Available on crate features
direct-tls
or starttls
only.Expand description
Common TLS functionality shared between direct_tls and starttls modules
Structs§
- TlsStream
native-tls
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
Enums§
- TlsConnector
Error - Common TLS error type used by both direct_tls and starttls
Functions§
- establish_
tls_ connection native-tls
- Establish TLS connection using native-tls