Skip to main content

Crate compio_btls

Crate compio_btls 

Source
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§

HandshakeError
The error type returned after a failed handshake.