Expand description
Traits used to describe TLS connections and objects that can create them.
Structs§
- Native
TlsProvider native-tlsand (tokioorasync-stdorsmol) - A
TlsProviderthat usesnative_tls. - Rustls
Provider rustlsand (tokioorasync-stdorsmol) - A
TlsProviderthat usesrustls.
Traits§
- Certified
Conn - An object with a peer certificate: typically a TLS connection.
- TlsConnector
- An object that knows how to wrap a TCP connection (where the type of said TCP
connection is
S) with TLS.