Version 0.6.2
See all async_std_openssl's items
Async TLS streams backed by OpenSSL.
This crate provides a wrapper around the openssl crate’s SslStream type that works with with [async-std]’s [AsyncRead] and [AsyncWrite] traits rather than std’s blocking Read and Write traits.
openssl
SslStream
async-std
AsyncRead
AsyncWrite
Read
Write
An asynchronous version of openssl::ssl::SslStream.
openssl::ssl::SslStream