uquic/internal/handshake
2022-04-02 20:18:37 +01:00
..
aead.go fix decoding of packet numbers in different packet number spaces 2020-12-03 23:35:27 +07:00
aead_test.go use tls.CipherSuiteName, instead of wrapping it in the qtls package 2021-05-10 20:41:21 -07:00
crypto_setup.go use tls.CipherSuiteName, instead of wrapping it in the qtls package 2021-05-10 20:41:21 -07:00
crypto_setup_test.go run the updated version of gofumpt 2022-04-02 20:18:37 +01:00
handshake_suite_test.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
header_protector.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
hkdf.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
hkdf_test.go use a pre-generated test vectors to test hkdfExpandLabel 2021-05-10 20:41:05 -07:00
initial_aead.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
initial_aead_test.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
interface.go fix decoding of packet numbers in different packet number spaces 2020-12-03 23:35:27 +07:00
mock_handshake_runner_test.go use mockgen source mode 2021-02-20 09:59:44 +08:00
mockgen.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
retry.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
retry_test.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
session_ticket.go rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len 2021-01-02 00:15:07 +08:00
session_ticket_test.go rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len 2021-01-02 00:15:07 +08:00
tls_extension_handler.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
tls_extension_handler_test.go drop support for QUIC draft version 32 and 34 2021-07-06 09:50:10 -07:00
token_generator.go inject a random source into the token protector 2020-08-23 17:06:17 +07:00
token_generator_test.go inject a random source into the token protector 2020-08-23 17:06:17 +07:00
token_protector.go inject a random source into the token protector 2020-08-23 17:06:17 +07:00
token_protector_test.go inject a random source into the token protector 2020-08-23 17:06:17 +07:00
updatable_aead.go introduce a dedicated qerr.TransportError and qerr.ApplicationError 2021-05-01 09:38:48 +07:00
updatable_aead_test.go use tls.CipherSuiteName, instead of wrapping it in the qtls package 2021-05-10 20:41:21 -07:00