Crate compio_tls

Source
Expand description

Async TLS streams.

Re-exports§

pub use native_tls;native-tls
pub use rustls;rustls

Structs§

TlsAcceptor
A wrapper around a native_tls::TlsAcceptor or rustls::ServerConfig, providing an async accept method.
TlsConnector
A wrapper around a native_tls::TlsConnector or rustls::ClientConfig, providing an async connect method.
TlsStream
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.