Expand description

Asynchronous TLS/SSL streams for Tokio using Rustls.

Re-exports

pub extern crate rustls;
pub extern crate webpki;

Structs

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

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

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