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.
- Produces QUIC initial keys from a TLS 1.3 ciphersuite and a QUIC key generation algorithm.
- 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
Tls13CipherSuite
generatesPacketKey
s andHeaderProtectionKey
s. - A QUIC header protection key
- Keys to encrypt or decrypt the payload of a packet