Module rustls::server::server_conn
source · Structs§
- Represents a
ClientHello
message received through theAcceptor
. - Handle on a server-side connection before configuration is available.
- A struct representing the received Client Hello
- Allows reading of early data in resumed TLS1.3 connections.
- Common configuration for a set of server sessions.
- This represents a single TLS server connection.
- State associated with a server connection.
Enums§
Traits§
- A trait for the ability to encrypt and decrypt tickets.
- How to choose a certificate chain and signing key for use in server authentication.
- A trait for the ability to store server session data.