Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
1aced95d41
|
use an array instead of a byte slice for Connection IDs
|
2022-08-29 11:30:31 +03:00 |
|
Marten Seemann
|
f10d4bd8f7
|
add key derivation paths for QUIC v2
|
2022-05-25 16:12:09 +02:00 |
|
Marten Seemann
|
f51cc93770
|
drop support for QUIC draft version 32 and 34
|
2021-07-06 09:50:10 -07:00 |
|
Marten Seemann
|
f01a2c6b96
|
use the updated salt for draft-34
|
2021-02-11 09:46:00 +08:00 |
|
Marten Seemann
|
e193568342
|
update initial salts and test vectors for draft-29
|
2020-06-05 09:54:14 +07:00 |
|
Marten Seemann
|
3446946217
|
add a unit test using the test vector from the draft
|
2020-01-24 10:20:23 +07:00 |
|
Marten Seemann
|
416fe8364e
|
remove unused return value from session constructor
|
2019-10-27 15:35:34 +07:00 |
|
Marten Seemann
|
1d6359543d
|
update the Initial salt to draft-23
|
2019-09-12 10:06:36 +07:00 |
|
Marten Seemann
|
33b74fca79
|
use the new qtls SetWriteKey and SetReadKey interface
|
2019-09-07 11:36:06 +07:00 |
|
Marten Seemann
|
649f3b42b3
|
update the initial salt for draft-22
|
2019-07-16 18:08:36 +07:00 |
|
Marten Seemann
|
c522bcc683
|
return a defined error when the AEAD cannot open a packet
|
2019-06-22 20:01:18 +08:00 |
|
Marten Seemann
|
45458b3859
|
add the complete packet test vectors for initial packets
|
2019-01-07 09:11:49 +07:00 |
|
Marten Seemann
|
c0e9faa505
|
use the initial test vectors from the draft
|
2019-01-07 09:07:38 +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
|
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
|
5a68ba0a02
|
implement header encrytion and decryption for sealers and openers
|
2018-12-14 16:46:40 +06:30 |
|
Marten Seemann
|
d3611a014c
|
implement initial header encryption key derivation
|
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 |
|