Crate tokio_openssl[][src]

Expand description

Async TLS streams backed by OpenSSL.

This crate provides a wrapper around the openssl crate’s SslStream type that works with with tokio’s AsyncRead and AsyncWrite traits rather than std’s blocking Read and Write traits.

Structs

An asynchronous version of openssl::ssl::SslStream.