Marten Seemann
|
743868159f
|
use a callback to pass handshake errors to the session
|
2019-05-31 18:35:37 +08:00 |
|
Marten Seemann
|
73bd91a093
|
fix crash when receiving unexpected handshake message
|
2019-05-31 18:04:44 +08:00 |
|
Marten Seemann
|
5d4a47a3f3
|
return a crypto error when receiving unexpected handshake messages
|
2019-05-31 17:57:07 +08:00 |
|
Marten Seemann
|
a4989c3d9c
|
drop Initial and Handshake keys when receiving the first 1-RTT ACK
|
2019-05-30 14:19:26 +08:00 |
|
Marten Seemann
|
da4b3e3176
|
pass a conn to qtls that returns the remote address
|
2019-04-01 11:45:20 +09:00 |
|
Marten Seemann
|
d44c81de7a
|
remove verification of version negotiation
|
2019-03-23 11:26:20 +01:00 |
|
Marten Seemann
|
f103919bf1
|
fix handling of HelloRetryRequests
|
2019-03-14 16:47:09 +09:00 |
|
Marten Seemann
|
e4bd715728
|
Merge pull request #1814 from lucas-clemente/stateless-resets
implement sending of stateless resets
|
2019-03-08 18:54:13 +09:00 |
|
Marten Seemann
|
6cf20310fe
|
use an array for the stateless reset token in the transport parameters
|
2019-03-08 18:09:37 +09:00 |
|
Marten Seemann
|
5b27076a4c
|
return the local TLS error, but don't send it on the wire
|
2019-03-08 18:02:43 +09:00 |
|
Marten Seemann
|
373db3c153
|
send the correct error code for crypto errors
|
2019-03-08 18:02:43 +09:00 |
|
Marten Seemann
|
59e9142426
|
retrieve the TLS alert from qtls when the handshake fails
|
2019-03-02 08:56:42 +09:00 |
|
Marten Seemann
|
d82a60c835
|
copy the GetConfigForClient callback when creating the qtls.Config
|
2019-02-22 14:34:28 +08:00 |
|
Marten Seemann
|
b24b8e6926
|
implement sending of post-handshake crypto messages
|
2019-02-06 23:05:43 +08:00 |
|
Marten Seemann
|
2712626e66
|
move processing of transport parameters to the session
|
2019-02-02 09:24:37 +08:00 |
|
Marten Seemann
|
4abcce6408
|
use a self-signed certificate for integration tests
|
2018-12-11 14:24:12 +06:30 |
|
Marten Seemann
|
70cb67bd2a
|
check that the server sends the correct original_connection_id
|
2018-11-11 11:00:40 +07:00 |
|
Marten Seemann
|
0fac716274
|
fix go routine leak in crypto setup test
|
2018-11-02 16:46:57 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|