uquic/internal/handshake
2020-02-22 09:36:02 +07:00
..
aead.go implement correct dropping of Initial keys 2019-11-04 13:33:17 +07:00
aead_test.go implement correct dropping of Initial keys 2019-11-04 13:33:17 +07:00
client_session_cache.go don't use ASN.1 for marshalling data for the session ticket 2020-02-08 21:42:11 +01:00
client_session_cache_test.go don't use ASN.1 for marshalling data for the session ticket 2020-02-08 21:42:11 +01:00
client_session_state.go implement a ClientSessionCache that can save application data 2020-01-01 18:04:02 +04:00
crypto_setup.go drop 0-RTT read keys after 3 PTO 2020-02-18 17:51:05 +07:00
crypto_setup_test.go set the LocalAddr that is used in the tls.ClientHelloInfo.Conn 2020-02-16 14:10:30 +07:00
handshake_suite_test.go add a unit test using the test vector from the draft 2020-01-24 10:20:23 +07:00
header_protector.go add a workaround for the ChaCha20 bug 2020-01-31 12:19:58 +07:00
initial_aead.go remove unused return value from session constructor 2019-10-27 15:35:34 +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 refactor how session tickets are sent 2020-02-10 17:42:09 +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 unmarshaling of the transport parameters to the crypto setup 2020-01-01 18:04:01 +04:00
mockgen.go simplify generation of mocks for internal types 2020-01-26 13:24:35 +07:00
qtls.go set the LocalAddr that is used in the tls.ClientHelloInfo.Conn 2020-02-16 14:10:30 +07:00
qtls_test.go save the RTT along the session ticket and use it on resumed connections 2020-02-08 21:42:11 +01: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 save the RTT in the session ticket and use it when accepting 0-RTT 2020-02-10 17:42:10 +07:00
session_ticket_test.go save the RTT in the session ticket and use it when accepting 0-RTT 2020-02-10 17:42:10 +07: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 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
transport_parameter_test.go change the transport parameter format to varint 2020-02-22 09:36:02 +07:00
transport_parameters.go change the transport parameter format to varint 2020-02-22 09:36:02 +07:00
unsafe.go return a quic.ConnectionState from Session.ConnectionState() 2020-01-30 09:21:09 +07:00
unsafe_test.go expose the tls.ConnectionState 2019-03-31 23:56:24 +09:00
updatable_aead.go don't drop Handshake keys when receiving an ACK for a 0-RTT packet 2019-12-30 18:39:21 +04:00
updatable_aead_test.go don't drop Handshake keys when receiving an ACK for a 0-RTT packet 2019-12-30 18:39:21 +04:00