Re-exportsยง
pub use connection::ClientConnection;
pub use connection::WriteEarlyData;
Modulesยง
- connection ๐
- danger ๐
- Container for unsafe APIs
Structsยง
- Client
Config - Common configuration for (typically) all connections made by a program.
- Client
Connection Data - State associated with a client connection.
- Early
Data ๐ - MayEncrypt
Early Data - Allows encrypting early (RTT-0) data
- Resumption
- Configuration for how/when a client is allowed to resume a previous session.
- Unbuffered
Client Connection - Unbuffered version of
ClientConnection
Enumsยง
- Early
Data Error - Errors that may arise when encrypting early (RTT-0) data
- Early
Data ๐State - Tls12
Resumption - What mechanisms to support for resuming a TLS 1.2 session.
Traitsยง
- Client
Session Store - A trait for the ability to store client session data, so that sessions can be resumed in future connections.
- Resolves
Client Cert - A trait for the ability to choose a certificate chain and private key for the purposes of client authentication.