Module tls

Source
Available on crate feature tls only.

Structs§

ClientHello
A struct representing the received Client Hello
ServerConfig
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§

CipherSuite
A supported TLS cipher suite.
Error

Traits§

Resolver
A dynamic TLS configuration resolver.

Type Aliases§

Result