Module rustls::quic

source ·
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§

Traits§