.. |
aead.go
|
fix nonce usage in the AEAD, use the AEAD provided by qtls for Initials
|
2019-01-07 09:04:03 +07:00 |
aead_test.go
|
fix nonce usage in the AEAD, use the AEAD provided by qtls for Initials
|
2019-01-07 09:04:03 +07:00 |
cookie_generator.go
|
encode the original connection ID into the cookie
|
2018-11-10 17:12:50 +07:00 |
cookie_generator_test.go
|
encode the original connection ID into the cookie
|
2018-11-10 17:12:50 +07:00 |
cookie_protector.go
|
move the mint cookie protector to the handshake package
|
2018-08-16 11:50:43 +07:00 |
cookie_protector_test.go
|
move the mint cookie protector to the handshake package
|
2018-08-16 11:50:43 +07:00 |
crypto_setup.go
|
fix race condition when accessing the encryption level in crypto setup
|
2019-04-02 00:13:22 +09:00 |
crypto_setup_test.go
|
pass a conn to qtls that returns the remote address
|
2019-04-01 11:45:20 +09: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
|
use (a modified version of) the standard library TLS implementation
|
2019-02-22 13:33:56 +08:00 |
initial_aead_test.go
|
add the complete packet test vectors for initial packets
|
2019-01-07 09:11:49 +07:00 |
interface.go
|
expose the tls.ConnectionState
|
2019-03-31 23:56:24 +09:00 |
qtls.go
|
make sure the same session ticket key is used if none is configured
|
2019-04-01 11:45:20 +09: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 |
transport_parameter_test.go
|
simplify writing of varint transport parameters
|
2019-05-08 12:53:19 +09:00 |
transport_parameters.go
|
simplify writing of varint transport parameters
|
2019-05-08 12:53:19 +09: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 |