uquic/internal/handshake
2023-07-29 23:45:16 -06:00
..
aead.go use a synchronous API for the crypto setup (#3939) 2023-07-21 10:00:42 -07:00
aead_test.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
cipher_suite.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
crypto_setup.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
crypto_setup_test.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
handshake_suite_test.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
header_protector.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
hkdf.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
hkdf_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
initial_aead.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
initial_aead_test.go stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -07:00
interface.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
retry.go drop support for draft-29 (#3903) 2023-06-21 04:06:44 -07:00
retry_test.go drop support for draft-29 (#3903) 2023-06-21 04:06:44 -07:00
session_ticket.go use the new crypto/tls QUIC Transport (#3860) 2023-07-01 11:15:00 -07:00
session_ticket_test.go deprecate quicvarint.Write in favor of quicvarint.Append (#3690) 2023-02-13 02:52:25 -08:00
token_generator.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
token_generator_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
token_protector.go inject a random source into the token protector 2020-08-23 17:06:17 +07:00
token_protector_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
updatable_aead.go impl: uquic with utls 2023-07-29 23:45:16 -06:00
updatable_aead_test.go impl: uquic with utls 2023-07-29 23:45:16 -06:00