[][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

Error

The type of error that can be returned in this crate.

MidHandshakeTlsStream

A TLS stream which has been interrupted during the handshake

RustlsConnector

The connector

Enums

ErrorKind

The different kinds of errors that can be reported.

Type Definitions

TlsStream

A TLS stream