uquic/internal/handshake
2020-05-29 19:50:14 +07:00
..
aead.go use the optimized HKDF-Expand-Label everywhere 2020-04-09 08:33:59 +07:00
aead_test.go update the ChaCha implementation, remove 0xffffffff workaround 2020-04-24 10:18:41 +07:00
client_session_cache.go remember the value of the active_connection_id_limit transport parameter 2020-03-08 18:16:03 +07:00
client_session_cache_test.go simplify casting of the (q)tls.ClientSessionCache 2020-02-26 16:13:57 +07:00
client_session_state.go implement a ClientSessionCache that can save application data 2020-01-01 18:04:02 +04:00
crypto_setup.go always send the original_destination_connection_id TP as a server 2020-05-29 19:50:14 +07:00
crypto_setup_test.go always send the original_destination_connection_id TP as a server 2020-05-29 19:50:14 +07:00
go_1-13.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
go_1-14.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
go_1-14_test.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
handshake_suite_test.go make it possible to run the handshake unit tests with race detector 2020-05-05 18:13:12 +07:00
header_protector.go update the ChaCha implementation, remove 0xffffffff workaround 2020-04-24 10:18:41 +07:00
hkdf.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
hkdf_test.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
initial_aead.go add an optimized implementation of HKDF-Expand-Label 2020-04-09 08:16:23 +07:00
initial_aead_test.go add a unit test using the test vector from the draft 2020-01-24 10:20:23 +07:00
interface.go move the transport parameters from the handshake to the wire package 2020-03-13 16:20:11 +07:00
mock_client_session_cache_test.go simplify generation of mocks for internal types 2020-01-26 13:24:35 +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 simplify generation of mocks for internal types 2020-01-26 13:24:35 +07:00
qtls.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
qtls_test.go fix conversion of qtls.ClientHelloInfo in GetCertificate 2020-04-08 16:19:45 +07:00
retry.go update Retry key and nonce to the values used in draft-25 2020-01-22 10:51:32 +07:00
retry_test.go add a unit test using the test vector from the draft 2020-01-24 10:20:23 +07:00
session_ticket.go move the transport parameters from the handshake to the wire package 2020-03-13 16:20:11 +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 remove verification of version negotiation 2019-03-23 11:26:20 +01:00
tls_extension_handler_test.go fix race condition in the TLS extension handler test 2020-05-05 18:13:14 +07: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 add the stylecheck linter 2019-09-17 13:50:19 +07:00
token_protector_test.go add the stylecheck linter 2019-09-17 13:50:19 +07:00
unsafe.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
unsafe_test.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
updatable_aead.go use the optimized HKDF-Expand-Label everywhere 2020-04-09 08:33:59 +07:00
updatable_aead_test.go make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00