[][src]Crate tokio_rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.

Re-exports

pub extern crate rustls;
pub extern crate webpki;

Modules

client
server

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.

Enums

TlsState
TlsStream

Unified TLS stream type