Skip to main content

Module quic

Module quic 

Available on crate feature boring only.
Expand description

Transport-independent TLS handshakes for QUIC.

Structs§

QuicConnection
Owns a TLS session without a TLS record stream or socket. Configuration must restrict the session to TLS 1.3 before construction.

Enums§

EncryptionLevel
TLS encryption level, independent of QUIC packet number spaces.
HandshakeStatus
A successful step can still require peer input or completion of early data.
QuicError
Failure of a QUIC handshake operation.

Traits§

QuicMethod
Callbacks run synchronously inside a handshake operation. Borrowed bytes must be copied before retaining them; retained secrets must be protected by the caller. No callback receives the SSL object, preventing recursive handshake operations.