Available on crate feature
tls
only.Structs§
- Client
Hello - A struct representing the received Client Hello
- Server
Config - Common configuration for a set of server sessions.
- TlsConfig
- TLS configuration: certificate chain, key, and ciphersuites.
- TlsListener
- A TLS listener over some listener interface L.
- TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
Enums§
- Cipher
Suite - A supported TLS cipher suite.
- Error
Traits§
- Resolver
- A dynamic TLS configuration resolver.