rustls::crypto

Function verify_tls13_signature_with_raw_key

Source
pub fn verify_tls13_signature_with_raw_key(
    msg: &[u8],
    spki: &SubjectPublicKeyInfoDer<'_>,
    dss: &DigitallySignedStruct,
    supported_schemes: &WebPkiSupportedAlgorithms,
) -> Result<HandshakeSignatureValid, Error>
Expand description

Verify a message signature using a raw public key and the first TLS 1.3 compatible supported scheme.