Crate futures_rustls
source ·Expand description
Asynchronous TLS/SSL streams for futures using Rustls.
Re-exports
Modules
Structs
- Future returned from
TlsAcceptor::accept
which will resolve once the accept handshake has finished. - Future returned from
TlsConnector::connect
which will resolve once the connection handshake has finished. - Like Accept, but returns
IO
on failure. - Like Connect, but returns
IO
on failure. - A wrapper around a
rustls::ServerConfig
, providing an asyncaccept
method. - A wrapper around a
rustls::ClientConfig
, providing an asyncconnect
method.
Enums
- Unified TLS stream type