Module fluvio_future::rust_tls
source · Structs§
- ClientTlsStreamDeprecatedA wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- ServerTlsStreamDeprecatedA wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- TlsAcceptorDeprecatedA wrapper around a
rustls::ServerConfig, providing an asyncacceptmethod. - connect as anonymous client
- TlsConnectorDeprecatedA wrapper around a
rustls::ClientConfig, providing an asyncconnectmethod.
Functions§
- Load the passed keys file