Expand description
Async TLS streams backed by BoringSSL.
This crate provides a wrapper around the btls crate’s SslStream type
that works with compio’s AsyncRead and AsyncWrite traits rather than std’s
blocking std::io::Read and std::io::Write traits.
Structs§
- SslStream
- An asynchronous version of
btls::ssl::SslStream.
Enums§
- Handshake
Error - The error type returned after a failed handshake.