[][src]Crate futures_rustls

Modules

client
rustls

Rustls - a modern TLS library

server
webpki

webpki: Web PKI X.509 Certificate Validation.

Structs

Accept

Future returned from ServerConfigExt::accept_async which will resolve once the accept handshake has finished.

Connect

Future returned from ClientConfigExt::connect_async which will resolve once the connection handshake has finished.

TlsAcceptor

A wrapper around a rustls::ServerConfig, providing an async accept method.

TlsConnector

A wrapper around a rustls::ClientConfig, providing an async connect method.