Module tls_integration

Module tls_integration 

Source
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§

PqcHandshakeExtension
TLS handshake extension for PQC negotiation
PqcHandshakeState
State tracker for PQC handshake progress

Traits§

PqcClientConfig
Extension trait for rustls ClientConfig
PqcServerConfig
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