[][src]Crate rustls_connector

Connector similar to openssl or native-tls for rustls

tcp-stream is a library aiming at simplifying using rustls as an alternative to openssl and native-tls

Re-exports

pub use rustls;
pub use webpki;
pub use webpki_roots;

Structs

MidHandshakeTlsStream

A TLS stream which has been interrupted during the handshake

RustlsConnector

The connector

Enums

HandshakeError

An error returned while performing the handshake

Type Definitions

TlsStream

A TLS stream