Structs§
- TlsAcceptor
- A wrapper around a
rustls::ServerConfig
, providing an asyncaccept
method. - TlsConnector
- A wrapper around a
rustls::ClientConfig
, providing an asyncconnect
method.
Enums§
Type Aliases§
- Client
TlsStream - A wrapper around an underlying raw stream which implements the TLS protocol.
- Client
TlsStream Read Half - TlsStream for read only.
- Client
TlsStream Write Half - TlsStream for write only.
- Server
TlsStream - A wrapper around an underlying raw stream which implements the TLS protocol.
- Server
TlsStream Read Half - TlsStream for read only.
- Server
TlsStream Write Half - TlsStream for write only.
- TlsStream
- A wrapper around an underlying raw stream which implements the TLS protocol.