Expand description
TLS interface based on rustls
Structs§
- Handshake
Data - Authentication data for (rustls) TLS session
- NoInitial
Cipher Suite - The initial cipher suite (AES-128-GCM-SHA256) is not available
- Quic
Client Config - A QUIC-compatible TLS client configuration
- Quic
Server Config - A QUIC-compatible TLS server configuration
- TlsSession
- A rustls TLS session
Enums§
- Error
- rustls reports protocol errors using this type.
Functions§
- debug_
kem_ only_ enabled - Returns true if the runtime was configured to run in a KEM-only (ML‑KEM) handshake mode. This is a best-effort diagnostic used in tests and may return false when the provider does not expose PQ KEM.