Expand description
Async TLS streams backed by BoringSSL.
This crate provides a wrapper around the btls crate’s SslStream type
that works with with tokio’s AsyncRead and AsyncWrite traits rather than std’s
blocking Read and Write traits.
This file reimplements tokio-btls with the overhauled tokio-openssl interface while the tokio APIs from official btls crate is not yet caught up to it.
Structs§
- SslStream
- An asynchronous version of
btls::ssl::SslStream.