Available on crate feature
tls only.Expand description
Async TLS streams.
Modules§
- native_
tls - An abstraction over platform-specific TLS implementations.
- rustls
- Rustls - a modern TLS library
Structs§
- TlsAcceptor
- A wrapper around a
native_tls::TlsAcceptororrustls::ServerConfig, providing an asyncacceptmethod. - TlsConnector
- A wrapper around a
native_tls::TlsConnectororrustls::ClientConfig, providing an asyncconnectmethod. - TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.