uquic/internal
Marten Seemann 746290b78a
never allow 0-RTT when using Dial, even if the session ticket allows it (#4125)
When resuming a TLS session using Dial (and not DialEarly), 0-RTT should
be disabled at the TLS layer, even if the session ticket allows for
0-RTT resumption.

This bug is not critical, since Dial doesn't return an EarlyConnection,
so the client wouldn't be able to actually send 0-RTT data in practice.
2023-10-25 08:20:23 -07:00
..
ackhandler use new gomock feature to generate type-safe methods in mocks (#4057) 2023-10-20 22:55:33 -07:00
congestion make the logging.Tracer and logging.ConnectionTracer a struct (#4082) 2023-09-16 04:58:51 -07:00
flowcontrol switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
handshake never allow 0-RTT when using Dial, even if the session ticket allows it (#4125) 2023-10-25 08:20:23 -07:00
logutils rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mocks rename Connection.{Send,Receive}Message to {Send,Receive}Datagram (#4116) 2023-10-24 21:18:09 -07:00
protocol only add an ECN control message if ECN is supported 2023-09-11 20:31:50 +07:00
qerr expose crypto/tls errors on the TransportError (#4015) 2023-08-18 03:01:49 -07:00
qtls never allow 0-RTT when using Dial, even if the session ticket allows it (#4125) 2023-10-25 08:20:23 -07:00
testdata use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00
testutils rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
utils use a ring buffer in the framer (#3857) 2023-06-01 11:53:37 -07:00
wire wire: always set the QUIC bit for Version Negotiation packets (#3991) 2023-08-20 19:55:57 -07:00