跳到主要内容

verify_tls13_signature_with_raw_key

搜索

函数 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>
展开描述

验证 一个 message signature using 一个 raw 公钥 并 the first TLS 1.3 compatible supported scheme.