uquic/internal/handshake
Marten Seemann 741dc28d74 move the RTTStats to the utils package
The RTTStats are used by the logging package. In order to instrument the
congestion package, the RTTStats can't be part of that package any more
(to avoid an import loop).
2020-07-23 11:53:08 +07:00
..
aead.go use the optimized HKDF-Expand-Label everywhere 2020-04-09 08:33:59 +07:00
aead_test.go drop support for Go 1.13 2020-06-25 15:44:50 +07:00
crypto_setup.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
crypto_setup_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
handshake_suite_test.go update initial salts and test vectors for draft-29 2020-06-05 09:54:14 +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 update initial salts and test vectors for draft-29 2020-06-05 09:54:14 +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 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 move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
qtls_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +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 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 save the source conn ID used on the Retry packet in the Retry token 2020-05-29 19:50:14 +07:00
token_generator_test.go save the source conn ID used on the Retry packet in the Retry token 2020-05-29 19:50:14 +07: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 use the new qtls interface for (re)storing app data with a session state 2020-07-01 14:00:08 +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 move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00
updatable_aead_test.go move the RTTStats to the utils package 2020-07-23 11:53:08 +07:00