Expand description
APIs for implementing QUIC TLS
Structs§
- A QUIC client connection.
 - A shared interface for QUIC connections.
 - Keys used to communicate in a single direction
 - Complete set of keys used to communicate with the peer
 - Packet protection keys for bidirectional 1-RTT communication
 - Secrets used to encrypt/decrypt traffic
 - A QUIC server connection.
 - Authentication tag from an AEAD seal operation.
 
Enums§
- A QUIC client or server connection.
 - Key material for use in QUIC packet spaces
 - QUIC protocol version
 
Traits§
- How a
Tls13CipherSuitegeneratesPacketKeys andHeaderProtectionKeys. - A QUIC header protection key
 - Keys to encrypt or decrypt the payload of a packet