Expand description
0-RTT Session Resumption
Аналог TLS Session Tickets / QUIC 0-RTT:
- Первое подключение: полный PQC handshake → сохраняем ResumptionTicket
- Повторное подключение: ticket → мгновенный 0-RTT (данные в первом пакете)
- Periodic rekeying через resumption_secret для forward secrecy
LRU eviction для ограничения памяти на IoT.
Structs§
- Resumption
Ticket - Resumption ticket — stored after a successful handshake. Single-use:
SessionCache::try_resumeremoves the ticket on the first lookup, which is the one-shot anti-replay guarantee for 0-RTT early-data (Phase 4.1). - Session
Cache - LRU Session Cache with eviction
Type Aliases§
- Session
Id - Session ID type