Structs§
- Acceptor
Builder - Acceptor
Builder Stage - Acceptor
Builder With Config - Client
TlsStream - A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- Connector
Builder - Connector
Builder Stage - Connector
Builder With Config - Server
TlsStream - A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- TlsAcceptor
- A wrapper around a
rustls::ServerConfig, providing an asyncacceptmethod. - TlsAnonymous
Connector - connect as anonymous client
- TlsConnector
- A wrapper around a
rustls::ClientConfig, providing an asyncconnectmethod. - TlsDomain
Connector
Functions§
- load_
certs - load_
certs_ from_ reader - load_
keys - Load the passed keys file
- load_
keys_ from_ reader - load_
root_ ca