curl/lib/vquic
Stefan Eissing fa0ccd9f1f
lib: TLS session ticket caching reworked
Described in detail in internal doc TLS-SESSIONS.md

Main points:
- use a new `ssl_peer_key` for cache lookups by connection filters
- recognize differences between TLSv1.3 and other tickets
  * TLSv1.3 tickets are single-use, cache can hold several of them for a peer
  * TLSv1.2 are reused, keep only a single one per peer
- differentiate between ticket BLOB to store (that could be persisted) and object instances
- use put/take/return pattern for cache access
- remember TLS version, ALPN protocol, time received and lifetime of ticket
- auto-expire tickets after their lifetime

Closes #15774
2024-12-20 14:59:23 +01:00
..
.checksrc
curl_msh3.c
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_ngtcp2.h
curl_osslq.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_osslq.h
curl_quiche.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
curl_quiche.h
vquic_int.h
vquic-tls.c lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
vquic-tls.h lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
vquic.c
vquic.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00