Structs§
- Client
Cert Verified  - Zero-sized marker type representing verification of a client cert chain.
 - Digitally
Signed Struct  - This type combines a 
SignatureSchemeand a signature payload produced with that scheme. - Finished
Message 🔒Verified  - Handshake
Signature Valid  - Zero-sized marker type representing verification of a signature.
 - NoClient
Auth  - Turns off client authentication.
 - Server
Cert Verified  - Zero-sized marker type representing verification of a server cert chain.
 
Traits§
- Client
Cert Verifier  - Something that can verify a client certificate chain
 - Server
Cert Verifier  - Something that can verify a server certificate chain, and verify signatures made by certificates.