Module rust_tls

Module rust_tls 

Source

Structs§

AcceptorBuilder
AcceptorBuilderStage
AcceptorBuilderWithConfig
ClientTlsStream
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
ConnectorBuilder
ConnectorBuilderStage
ConnectorBuilderWithConfig
ServerTlsStream
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
TlsAcceptor
A wrapper around a rustls::ServerConfig, providing an async accept method.
TlsAnonymousConnector
connect as anonymous client
TlsConnector
A wrapper around a rustls::ClientConfig, providing an async connect method.
TlsDomainConnector

Functions§

load_certs
load_certs_from_reader
load_keys
Load the passed keys file
load_keys_from_reader
load_root_ca

Type Aliases§

ClientConfigBuilder
DefaultClientTlsStream
DefaultServerTlsStream
TlsError