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.
TLS implementation using the rustls crate.