Marten Seemann
|
ee24d3899e
|
simplify the Tracer interface by combining the TracerFor... methods
|
2020-07-11 13:22:52 +07:00 |
|
Marten Seemann
|
a5b967a309
|
add a command line option to export qlogs from the integration tests
|
2020-03-26 20:37:08 +07:00 |
|
Marten Seemann
|
7827cd61bc
|
pass the raw packet to the Drop- and Delay callbacks of the proxy
|
2019-07-01 14:46:58 +07:00 |
|
Marten Seemann
|
12bce1caaa
|
add a context to Listener.Accept
|
2019-06-22 19:36:52 +08:00 |
|
Marten Seemann
|
979ab75b3b
|
require ALPN during the TLS handshake
|
2019-06-02 14:58:37 +08:00 |
|
Marten Seemann
|
1d6707325f
|
name the quic.Cookie to quic.Token
|
2019-05-30 22:13:06 +08:00 |
|
Marten Seemann
|
dc3ad9ccc5
|
add an integration test for HelloRetryRequests
|
2019-03-14 16:47:09 +09:00 |
|
Marten Seemann
|
9c09e84765
|
use IETF QUIC transport error codes
|
2019-03-06 13:43:18 +09:00 |
|
Marten Seemann
|
2367ab35bb
|
remove unneeded version parameter from proxy constructor
|
2019-01-05 12:36:52 +07:00 |
|
Marten Seemann
|
cf0182e61c
|
use the same package in integration tests
|
2019-01-03 18:42:49 +07:00 |
|
Marten Seemann
|
4abcce6408
|
use a self-signed certificate for integration tests
|
2018-12-11 14:24:12 +06:30 |
|
Marten Seemann
|
3ffea5d8c4
|
internalize the qerr package
|
2018-11-11 12:44:16 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
a7f94d89b6
|
only allow a single retry
|
2018-10-24 23:48:33 +07:00 |
|
Marten Seemann
|
82388748f7
|
add handshake RTT tests with IETF QUIC
|
2018-08-15 21:34:50 +07:00 |
|
Marten Seemann
|
3168f6cd28
|
simplify output of handshake RTT tests when the test fails
|
2018-08-15 21:34:50 +07:00 |
|
Marten Seemann
|
99a2853e7d
|
remove non forward-secure dialing
This was broken for a long time, and won't be available when using the
TLS 1.3 handshake.
|
2018-01-02 23:26:55 +07:00 |
|
Marten Seemann
|
095c29dc2c
|
drop support for QUIC 37 and 38
|
2017-11-07 00:23:53 +07:00 |
|
Marten Seemann
|
66e4da3031
|
add more integration tests for the handshake
|
2017-11-04 22:48:16 +07:00 |
|
Marten Seemann
|
43c23ff5fa
|
fix client handshake failure when the server supports unknown versions
|
2017-11-02 17:41:06 +07:00 |
|
Marten Seemann
|
47d87740ae
|
add an integration test for invalid certificates
|
2017-10-02 16:47:40 +08:00 |
|
Marten Seemann
|
265c35c2eb
|
rename the STK to Cookie
|
2017-09-22 18:58:04 +07:00 |
|
Marten Seemann
|
039edc1ccd
|
add an integration test for version negotiation
|
2017-09-15 17:28:03 +07:00 |
|
Marten Seemann
|
3cc34a3ae7
|
don't parse the Public Header in the proxy
|
2017-09-12 14:42:27 +07:00 |
|
Marten Seemann
|
7ba9fb0f8b
|
use a kernel determined server address in proxy tests
Now we can execute the proxy tests in parallel without running into
"address already in use" errors.
|
2017-09-12 14:38:37 +07:00 |
|
Marten Seemann
|
682d8b1c7a
|
fix race condition in the handshake RTT tests
|
2017-09-05 19:30:14 +02:00 |
|
Marten Seemann
|
f1ada87dcf
|
make the protocol package internal
|
2017-08-30 00:19:44 +07:00 |
|
Marten Seemann
|
dd0daaaf1e
|
implement version-dependent parsing of the Public Header
|
2017-08-23 16:00:45 +07:00 |
|
Lucas Clemente
|
0b1d7c46f5
|
Rename handshake/ to self/, will be the place for future quic-go self tests
|
2017-08-18 12:06:37 +02:00 |
|