Expand description
Async TLS streams.
Re-exports§
pub use native_tls;
native-tls
pub use rustls;
rustls
Structs§
- TlsAcceptor
- A wrapper around a
native_tls::TlsAcceptor
orrustls::ServerConfig
, providing an asyncaccept
method. - TlsConnector
- A wrapper around a
native_tls::TlsConnector
orrustls::ClientConfig
, providing an asyncconnect
method. - TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.