Structs§
- Parsed
Certificate - Wrapper around internal representation of a parsed certificate.
- WebPki
Supported Algorithms - Describes which
webpki
signature verification algorithms are supported and how they map to TLSSignatureScheme
s.
Functions§
- verify_
server_ cert_ signed_ by_ trust_ anchor - Verify that the end-entity certificate
end_entity
is a valid server cert and chains to at least one of the trust anchors in theroots
RootCertStore. - verify_
server_ 🔒cert_ signed_ by_ trust_ anchor_ impl - Verify that the end-entity certificate
end_entity
is a valid server cert and chains to at least one of the trust anchors in theroots
RootCertStore. - verify_
server_ name - Verify that the
end_entity
has an alternative name matching theserver_name
. - verify_
tls12_ signature - Verify a message signature using the
cert
public key and any supported scheme. - verify_
tls13_ signature - Verify a message signature using the
cert
public key and the first TLS 1.3 compatible supported scheme. - verify_
tls13_ signature_ with_ raw_ key - Verify a message signature using a raw public key and the first TLS 1.3 compatible supported scheme.