gr1ffon
|
4ba42a8456
|
replace repo
|
2025-11-14 04:04:40 +03:00 |
|
Ameame
|
8ef0a71581
|
store the RTT in the token, not in the session ticket (#5065)
* remove RTT from session ticket
* save RTT in token
* use mus as rtt unit in token
* move RTT from session state to token on client side
* Rename the rtt variables
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
* Update internal/handshake/token_generator.go
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
* Update token_generator.go
* Update connection.go
* Update token_generator.go
* correct slice access in fuzz.go
* rearrange connection constructor parameters
---------
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
|
2025-05-16 12:25:58 +02:00 |
|
Marten Seemann
|
862e64c7b9
|
add a Transport config option for the key used to encrypt tokens (#4066)
* add a Transport config option for the key used to encrypt tokens
* handshake: remove unused error return values
|
2023-09-15 18:33:57 +07:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
4cbb4f8114
|
remove ConnectionID.Equal function
Connection IDs can now be compared with ==.
|
2022-08-29 11:30:32 +03: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
|
f2fa98c0dd
|
implement a more intuitive address validation API
|
2022-08-12 13:13:29 +03:00 |
|
Marten Seemann
|
8b96db3a84
|
add a fuzz target for the token generator
|
2020-08-23 17:06:18 +07:00 |
|