Skip to main content

verify_cert_binding

Function verify_cert_binding 

Source
pub fn verify_cert_binding(
    cert_der: &[u8],
    expected_thumbprint: &str,
) -> Result<()>
Expand description

Verify that a presented certificate matches the x5t#S256 thumbprint bound to an access token (RFC 8705 §3).