Crate quinn_boring
source ·Modules
Structs
- Configuration for a client-side QUIC. Wraps around a BoringSSL SslContext.
- Information available from quinn_proto::crypto::Session::handshake_data once the handshake has completed.
- Implementation of crypto::HmacKey using BoringSSL.
- A KeyLog that does nothing.
- A SessionCache implementation that will never cache anything. Requires no storage.
- Configuration for a server-side QUIC. Wraps around a BoringSSL SslContext.
Enums
- Enumeration of the possible values for the keylog label. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format for details.
- QUIC protocol version
Traits
- Provides a handler for logging key material. This is intended for debugging use with tools like Wireshark.
- Provides additional methods to Ssl needed for QUIC.
- Provides additional methods to SslContext needed for QUIC.
- A client-side Session cache for the BoringSSL crypto provider.
Type Definitions
- The main result type for this (crypto boring) module.