👎Deprecated since 0.4.2: This crate is now deprecated in favor of futures-rustls.
Expand description
Asynchronous TLS/SSL streams using Rustls.
Re-exports§
pub use rustls;
Modules§
Structs§
- Accept
Deprecated - Future returned from
TlsAcceptor::accept
which will resolve once the accept handshake has finished. - Connect
Deprecated - Future returned from
TlsConnector::connect
which will resolve once the connection handshake has finished. - Fallible
Accept Deprecated - Like Accept, but returns
IO
on failure. - Fallible
Connect Deprecated - Like Connect, but returns
IO
on failure. - Lazy
Config Acceptor Deprecated - Start
Handshake Deprecated - TlsAcceptor
Deprecated - A wrapper around a
rustls::ServerConfig
, providing an asyncaccept
method. - TlsConnector
Deprecated - A wrapper around a
rustls::ClientConfig
, providing an asyncconnect
method.
Enums§
- TlsStream
Deprecated - Unified TLS stream type