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§
- NoInitial
Cipher Suite - The initial cipher suite (AES-128-GCM-SHA256) is not available
- TlsOptions
Enums§
- Alpn
Policy - How the application protocol is agreed for a connection.
- TlsConfig
Error