Async TLS streams backed by OpenSSL.
This crate provides a wrapper around the openssl crate’s SslStream type that works with with [futures-io]’s AsyncRead and AsyncWrite traits rather than std’s blocking Read and Write traits.
openssl
SslStream
futures-io
AsyncRead
AsyncWrite
Read
Write
openssl::ssl::SslStream