Skip to main content

Module rustls_impl

Module rustls_impl 

Source
Expand description

TLS implementation using the rustls crate.

Functions§

create_connector
Creates a TLS connector from the configuration.
wrap_stream
Wraps a TCP stream with TLS.

Type Aliases§

TlsStream
Type alias for a TLS-wrapped TCP stream.