[][src]Crate tokio_rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.

Re-exports

pub extern crate rustls;
pub extern crate webpki;

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
TlsConnector
TlsStream

A wrapper around an underlying raw stream which implements the TLS or SSL protocol.