uquic/internal/handshake
2024-03-03 04:33:10 -08:00
..
aead.go handshake: optimize AEAD handling for long header sealers and openers (#4323) 2024-03-03 04:33:10 -08:00
aead_test.go handshake: optimize AEAD handling for long header sealers and openers (#4323) 2024-03-03 04:33:10 -08:00
cipher_suite.go handshake: optimize AEAD handling for long header sealers and openers (#4323) 2024-03-03 04:33:10 -08:00
conn.go set a net.Conn with the correct addresses on the tls.ClientHelloInfo (#4001) 2023-07-31 13:32:10 -07:00
crypto_setup.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
crypto_setup_test.go drop support for Go 1.20, build on Go 1.22rc1 on CI (#4195) 2023-12-27 20:31:58 -08:00
handshake_suite_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
header_protector.go handshake: embed the mask as an array into the aesHeaderProtector (#4324) 2024-03-03 04:32:32 -08:00
hkdf.go handshake: validate HKDF-Expand-Label against crypto/tls implementation (#4311) 2024-02-04 21:27:21 -08:00
hkdf_test.go handshake: validate HKDF-Expand-Label against crypto/tls implementation (#4311) 2024-02-04 21:27:21 -08:00
initial_aead.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
initial_aead_test.go handshake: add benchmarks for the Initial AEAD (#4320) 2024-02-08 23:56:46 -08:00
interface.go use a synchronous API for the crypto setup (#3939) 2023-07-21 10:00:42 -07:00
retry.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
retry_test.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
session_ticket.go save the RTT in non-0-RTT session tickets (#4042) 2023-09-11 08:05:31 -07:00
session_ticket_test.go save the RTT in non-0-RTT session tickets (#4042) 2023-09-11 08:05:31 -07:00
token_generator.go add a Transport config option for the key used to encrypt tokens (#4066) 2023-09-15 18:33:57 +07:00
token_generator_test.go add a Transport config option for the key used to encrypt tokens (#4066) 2023-09-15 18:33:57 +07:00
token_protector.go move MaxTokenAge configuration option to the Transport (#4084) 2023-09-16 05:10:20 -07:00
token_protector_test.go add a Transport config option for the key used to encrypt tokens (#4066) 2023-09-15 18:33:57 +07:00
updatable_aead.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00
updatable_aead_test.go protocol: rename VersionNumber to Version (#4295) 2024-01-31 21:57:33 -08:00