uquic/internal
Marten Seemann 284996e13c
qtls: protect the tls.ClientSessionCache implementation with a mutex (#4319)
This prevents a race condition when the underlying ClientSessionCache
provided by the application returns the same session ticket for multiple
connections. Reusing session tickets is explicitly recommended against
by both RFC 8446 and RFC 9001, but it's not forbidden. This fix only
benefits applications that compromise their users' privacy by reusing
session tickets.
2024-02-09 07:47:28 -08:00
..
ackhandler ackhandler: don't delay ACKs for Initial and Handshake packets (#4288) 2024-01-31 19:13:53 -08:00
congestion utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
flowcontrol don't enqueue stream for sending on reordered MAX_STREAM_DATA frames (#4269) 2024-02-02 22:02:13 -08:00
handshake handshake: add benchmarks for the Initial AEAD (#4320) 2024-02-08 23:56:46 -08:00
logutils rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mocks don't enqueue stream for sending on reordered MAX_STREAM_DATA frames (#4269) 2024-02-02 22:02:13 -08:00
protocol protocol: don't capitalize Perspective.String (#4296) 2024-02-01 15:16:36 -08:00
qerr protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
qtls qtls: protect the tls.ClientSessionCache implementation with a mutex (#4319) 2024-02-09 07:47:28 -08:00
testdata use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00
utils ackhandler: don't delay ACKs for Initial and Handshake packets (#4288) 2024-01-31 19:13:53 -08:00
wire wire: optimize generation of Version Negotiation packets (#4278) 2024-01-31 23:54:04 -08:00