TLS internal state container type definitions shared across the record and handshake layers. More...
Go to the source code of this file.
Data Structures | |
| struct | qsc_tls_transcript_state |
| Stores the active transcript hash context and its selected hash algorithm. More... | |
| struct | qsc_tls_record_state |
| Stores the active TLS traffic keying material and sequence number for one record direction. More... | |
| struct | qsc_tls_alpn_protocols |
| Stores a bounded ordered ALPN protocol list and its negotiation policy. More... | |
| struct | qsc_tls_peer_capabilities |
| Stores the peer-advertised supported groups and signature-scheme capabilities. More... | |
| struct | qsc_tls_local_certificate_config |
| Stores the configured local certificate chain and CertificateVerify signing configuration. More... | |
| struct | qsc_tls_psk_state |
| Stores cached TLS 1.3 resumption ticket state and the derived PSK binder for the active connection. More... | |
TLS internal state container type definitions shared across the record and handshake layers.