Structs§
- Wrapper around internal representation of a parsed certificate.
- Describes which
webpki
signature verification algorithms are supported and how they map to TLSSignatureScheme
s.
Functions§
- 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 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 that the
end_entity
has an alternative name matching theserver_name
. - Verify a message signature using the
cert
public key and any supported scheme. - Verify a message signature using the
cert
public key and the first TLS 1.3 compatible supported scheme. - Verify a message signature using a raw public key and the first TLS 1.3 compatible supported scheme.