Crate tls

Crate tls 

Source
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::TlsAcceptor or rustls::ServerConfig, providing an async accept method.
TlsConnector
A wrapper around a native_tls::TlsConnector or rustls::ClientConfig, providing an async connect method.
TlsStream
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.