Marten Seemann
|
2adf923ee6
|
process the NewSessionTicket TLS message
|
2019-04-01 11:45:20 +09:00 |
|
Marten Seemann
|
da4b3e3176
|
pass a conn to qtls that returns the remote address
|
2019-04-01 11:45:20 +09:00 |
|
Marten Seemann
|
9ddf9129cf
|
move generation of qtls.Config to a separate file, add tests
|
2019-04-01 11:41:06 +09:00 |
|
Marten Seemann
|
09574a6653
|
expose the tls.ConnectionState
|
2019-03-31 23:56:24 +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
|
5b27076a4c
|
return the local TLS error, but don't send it on the wire
|
2019-03-08 18:02:43 +09:00 |
|
Marten Seemann
|
ae12852e4c
|
add a message to crypto errors
The string representation varies depending on the message:
* if there's no message, the TLS alert is used
* if there's a message, it is used instead
|
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
|
9c09e84765
|
use IETF QUIC transport error codes
|
2019-03-06 13:43:18 +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
|
500717066e
|
use (a modified version of) the standard library TLS implementation
|
2019-02-22 13:33:56 +08:00 |
|
Marten Seemann
|
b24b8e6926
|
implement sending of post-handshake crypto messages
|
2019-02-06 23:05:43 +08:00 |
|
Marten Seemann
|
17f4ebad64
|
handle Retry packets in the session
|
2019-02-04 15:38:47 +08:00 |
|
Marten Seemann
|
2712626e66
|
move processing of transport parameters to the session
|
2019-02-02 09:24:37 +08:00 |
|
Marten Seemann
|
a95b7c2868
|
refactor how transport parameters are passed from the extension handler
|
2019-02-02 09:24:37 +08:00 |
|
Marten Seemann
|
de05de297f
|
Merge pull request #1739 from lucas-clemente/connection-state
set the ConnectionState
|
2019-01-17 09:14:24 +07:00 |
|
Marten Seemann
|
a84d626cd5
|
Merge pull request #1733 from lucas-clemente/remove-leftover-todo
remove leftover TODO in the crypto setup
|
2019-01-17 09:13:53 +07:00 |
|
Marten Seemann
|
4ba3aa0de8
|
set the ConnectionState
|
2019-01-14 11:55:07 +07:00 |
|
Marten Seemann
|
ad3f39a5d7
|
retrieve the handshake write key when receiving the ServerHello
|
2019-01-11 10:52:08 +07:00 |
|
Marten Seemann
|
337b9f9a93
|
remove leftover TODO in the crypto setup
|
2019-01-11 09:22:17 +07:00 |
|
Niklas Gustavsson
|
edecc88ebf
|
Set is1RTT correctly for sealer/opener
Ensure that the rigth mask is picked for header protection.
|
2019-01-10 16:39:01 +01:00 |
|
Marten Seemann
|
b4356d7348
|
fix nonce usage in the AEAD, use the AEAD provided by qtls for Initials
|
2019-01-07 09:04:03 +07:00 |
|
Marten Seemann
|
e6d0ea630e
|
Merge pull request #1718 from lucas-clemente/fix-session-queue
implement a queue of session waiting to be accepted
|
2019-01-07 08:45:22 +07:00 |
|
Marten Seemann
|
90514d53d1
|
reject new connection attempts if the server's accept queue is full
|
2019-01-06 15:26:43 +07:00 |
|
Marten Seemann
|
bbbeb7d32c
|
update the HKDF labels
|
2019-01-05 18:01:02 +07:00 |
|
Marten Seemann
|
177c81610b
|
rename packet number encryption to header encryption
|
2019-01-05 18:00:22 +07:00 |
|
Marten Seemann
|
b1592d0616
|
use the draft-17 initial encryption
|
2018-12-27 16:50:42 +07:00 |
|
Marten Seemann
|
d6c304610d
|
only queue packets for decryption if the opener is not yet available
|
2018-12-20 15:24:56 +06:30 |
|
Marten Seemann
|
5a68ba0a02
|
implement header encrytion and decryption for sealers and openers
|
2018-12-14 16:46:40 +06:30 |
|
Marten Seemann
|
67f923c736
|
return the Opener from the crypto setup
|
2018-12-14 16:46:40 +06:30 |
|
Marten Seemann
|
a80ca960e5
|
refactor initialization of the initial AEAD
|
2018-12-13 13:51:05 +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
|
8c103be876
|
simplify the crypto setup constructors
|
2018-11-10 17:01:13 +07:00 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|