Crate tls_api_not_tls[][src]

Fake implementation of TLS API: returned streams are not TLS streams, but wrapped plain socket streams.

Can be useful for tests or to measure the overhead of TLS.

Use at your own risk.

Structs

TlsAcceptor
TlsAcceptorBuilder
TlsConnector
TlsConnectorBuilder
TlsStream