Crate compio_openssl

Crate compio_openssl 

Source
Expand description

A compio asynchronous stream of OpenSSL stream.

You can use SslStream::new to build a stream just like openssl:ssl::SslStream or setup a stream manually and convert it to SslStream using SslStream::from.

Structsยง

SslStream
Compio asynchronous version of openssl:ssl::SslStream.