Skip to main content

Module tls

Module tls 

Available on crate feature quic and crate feature rustls and crate feature std and (crate features aws-lc or ring) only.
Expand description

TLS for QUIC: how a connection’s identity and application protocol are configured.

The configuration itself is the common Rama TLS client and server configuration; this module carries only what QUIC adds to it. The provider behind it follows this crate’s features, and no Rustls type appears in any signature here.

Structs§

NoInitialCipherSuite
The initial cipher suite (AES-128-GCM-SHA256) is not available
TlsOptions

Enums§

AlpnPolicy
How the application protocol is agreed for a connection.
TlsConfigError