Module rustls::quic[][src]

This is supported on crate feature quic only.

APIs for implementing QUIC TLS

Structs

DirectionalKeys

Keys used to communicate in a single direction

Iv

Computes unique nonces for each packet

Keys

Complete set of keys used to communicate with the peer

PacketKey

Keys to encrypt or decrypt the payload of a packet

PacketKeySet

Packet protection keys for bidirectional 1-RTT communication

Traits

ClientQuicExt

Methods specific to QUIC client sessions

QuicExt

Generic methods for QUIC sessions

ServerQuicExt

Methods specific to QUIC server sessions