Expand description
Integration of PQC negotiation with rustls TLS handshake
This module bridges the PQC negotiation logic with rustls’s TLS 1.3 handshake process, ensuring proper algorithm selection and fallback.
Structs§
- PqcHandshake
Extension - TLS handshake extension for PQC negotiation
- PqcHandshake
State - State tracker for PQC handshake progress
Traits§
- PqcClient
Config - Extension trait for rustls ClientConfig
- PqcServer
Config - Extension trait for rustls ServerConfig
Functions§
- estimate_
handshake_ size - Helper to estimate handshake size based on selected algorithms
- requires_
larger_ packets - Helper to check if a handshake should use larger packet sizes