Module rustls

Module rustls 

Source
Expand description

TLS interface based on rustls

Structs§

HandshakeData
Authentication data for (rustls) TLS session
NoInitialCipherSuite
The initial cipher suite (AES-128-GCM-SHA256) is not available
QuicClientConfig
A QUIC-compatible TLS client configuration
QuicServerConfig
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.