uquic/internal/handshake
2020-09-22 19:55:52 +07:00
..
aead.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
aead_test.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
crypto_setup.go check that the peer updated its keys when acknowledging a key update 2020-09-15 13:37:48 +07:00
crypto_setup_test.go fix handling of multiple handshake messages in the case of errors 2020-09-13 20:13:57 +07:00
handshake_suite_test.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
header_protector.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
hkdf.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
hkdf_test.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
initial_aead.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
initial_aead_test.go update initial salts and test vectors for draft-29 2020-06-05 09:54:14 +07:00
interface.go check that the peer updated its keys when acknowledging a key update 2020-09-15 13:37:48 +07:00
mock_handshake_runner_test.go move the transport parameters from the handshake to the wire package 2020-03-13 16:20:11 +07:00
mockgen.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
retry.go update initial salts and test vectors for draft-29 2020-06-05 09:54:14 +07:00
retry_test.go update initial salts and test vectors for draft-29 2020-06-05 09:54:14 +07:00
session_ticket.go use the new qtls interface for (re)storing app data with a session state 2020-07-01 14:00:08 +07:00
session_ticket_test.go move the transport parameters from the handshake to the wire package 2020-03-13 16:20:11 +07:00
tls_extension_handler.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +07:00
tls_extension_handler_test.go move all dependencies on qtls to a separate package 2020-08-18 14:26:23 +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 use a package-level variable to set the key update frequency 2020-09-22 19:55:52 +07:00
updatable_aead_test.go use a package-level variable to set the key update frequency 2020-09-22 19:55:52 +07:00