Available on crate feature
quic
only.Expand description
APIs for implementing QUIC TLS
Re-exports§
pub use crate::client::ClientQuicExt;
pub use crate::server::ServerQuicExt;
Structs§
- Directional
Keys - Keys used to communicate in a single direction
- Header
Protection Key - A QUIC header protection key
- Keys
- Complete set of keys used to communicate with the peer
- Packet
Key - Keys to encrypt or decrypt the payload of a packet
- Packet
KeySet - Packet protection keys for bidirectional 1-RTT communication
- Secrets
- Secrets used to encrypt/decrypt traffic
- Tag
- AEAD tag, must be appended to encrypted cipher text
Enums§
Traits§
- QuicExt
- Generic methods for QUIC sessions