Expand description
TLS interface based on rustls
Structs§
- Handshake
Data - Authentication data for (rustls) TLS session
- NoInitial
Cipher Suite - The initial cipher suite (AES-128-GCM-SHA256) is not available
- Quic
Client Config - A QUIC-compatible TLS client configuration
- Quic
Server Config - A QUIC-compatible TLS server configuration
- TlsSession
- A rustls TLS session
Enums§
- Error
- rustls reports protocol errors using this type.