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