[][src]Module rustls::quic

This is supported on feature="quic" only.

APIs for implementing QUIC TLS

Structs

DirectionalKeysfeature="quic"

Keys used to communicate in a single direction

Ivfeature="quic"

Computes unique nonces for each packet

Keysfeature="quic"

Complete set of keys used to communicate with the peer

PacketKeyfeature="quic"

Keys to encrypt or decrypt the payload of a packet

PacketKeySetfeature="quic"

Packet protection keys for bidirectional 1-RTT communication

Traits

ClientQuicExtfeature="quic"

Methods specific to QUIC client sessions

QuicExtfeature="quic"

Generic methods for QUIC sessions

ServerQuicExtfeature="quic"

Methods specific to QUIC server sessions