Module verify

Source

Structs§

ClientCertVerified
Zero-sized marker type representing verification of a client cert chain.
DigitallySignedStruct
This type combines a SignatureScheme and a signature payload produced with that scheme.
FinishedMessageVerified 🔒
HandshakeSignatureValid
Zero-sized marker type representing verification of a signature.
NoClientAuth
Turns off client authentication.
ServerCertVerified
Zero-sized marker type representing verification of a server cert chain.

Traits§

ClientCertVerifier
Something that can verify a client certificate chain
ServerCertVerifier
Something that can verify a server certificate chain, and verify signatures made by certificates.