uquic/internal/handshake
2019-06-30 17:36:09 +07:00
..
aead.go avoid unnecessary initializations of heaper protectors on key updates 2019-06-22 20:01:18 +08:00
aead_test.go return a defined error when the AEAD cannot open a packet 2019-06-22 20:01:18 +08:00
crypto_setup.go drop old keys 3 PTOs after a key update 2019-06-30 17:36:09 +07:00
crypto_setup_test.go drop old keys 3 PTOs after a key update 2019-06-30 17:36:09 +07:00
handshake_suite_test.go use gomock to mock crypto.AEAD in the crypto setup tests 2017-10-27 17:35:08 +07:00
initial_aead.go introduce a separate AEAD for short header crypto 2019-06-22 20:01:18 +08:00
initial_aead_test.go return a defined error when the AEAD cannot open a packet 2019-06-22 20:01:18 +08:00
interface.go rename the KeyPhase to KeyPhaseBit 2019-06-30 17:36:09 +07:00
mock_handshake_runner_test.go use a callback to signal completion of the handshake 2019-05-31 19:13:41 +08:00
mockgen.go use a struct to pass callbacks from the session to the crypto setup 2019-05-31 19:00:10 +08:00
qtls.go refactor initialization of AEADs 2019-06-22 20:01:18 +08:00
qtls_test.go make sure the same session ticket key is used if none is configured 2019-04-01 11:45:20 +09:00
tls_extension_handler.go remove verification of version negotiation 2019-03-23 11:26:20 +01:00
tls_extension_handler_test.go remove the error return value when receiving TLS extensions 2019-02-07 12:43:29 +08:00
token_generator.go send a NEW_TOKEN from after completing the handshake (as a server) 2019-06-02 14:18:27 +08:00
token_generator_test.go Merge pull request #1943 from lucas-clemente/new-tokens 2019-06-02 14:42:25 +08:00
token_protector.go name the quic.Cookie to quic.Token 2019-05-30 22:13:06 +08:00
token_protector_test.go name the quic.Cookie to quic.Token 2019-05-30 22:13:06 +08:00
transport_parameter_test.go introduce a type for the stream number 2019-06-05 17:45:17 +08:00
transport_parameters.go introduce a type for the stream number 2019-06-05 17:45:17 +08:00
unsafe.go make the ClientSessionCache work with qtls 2019-04-01 11:45:16 +09:00
unsafe_test.go expose the tls.ConnectionState 2019-03-31 23:56:24 +09:00
updatable_aead.go drop old keys 3 PTOs after a key update 2019-06-30 17:36:09 +07:00
updatable_aead_test.go drop old keys 3 PTOs after a key update 2019-06-30 17:36:09 +07:00