uquic/internal/handshake
2022-08-12 13:13:29 +03:00
..
aead.go implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
aead_test.go add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02:00
crypto_setup.go add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02:00
crypto_setup_test.go handle TLS errors that occur before the ClientHello has been written 2022-05-20 12:27:00 +02:00
handshake_suite_test.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
header_protector.go add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02: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 add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02:00
initial_aead_test.go add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02: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 implement a more intuitive address validation API 2022-08-12 13:13:29 +03:00
token_generator_test.go implement a more intuitive address validation API 2022-08-12 13:13:29 +03: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 implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
updatable_aead_test.go add key derivation paths for QUIC v2 2022-05-25 16:12:09 +02:00