Expand description
TLS 1.3 Handshake State Machine (RFC 8446 Section 4)
Implements the full TLS 1.3 handshake flow: ClientHello -> ServerHello -> EncryptedExtensions -> Certificate -> CertificateVerify -> Finished -> Application Data
Structs§
- Client
Hello - ClientHello message builder
- Handshake
Engine - Handshake engine managing state transitions and transcript
- Server
Hello - Parsed ServerHello fields
Enums§
- Handshake
State - TLS 1.3 handshake state machine states
- Handshake
Type - TLS 1.3 handshake message types
- Named
Group - Named groups for key exchange
- Signature
Scheme - Signature algorithms advertised in ClientHello