Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Brad Fitzpatrick 6b5dc9f4ba crypto/tls: remove NPN support
RELNOTE=yes

Fixes #28362

Change-Id: I43813c0c17bbe6c4cbb4d1f121518c434b3f5aa8
Reviewed-on: https://go-review.googlesource.com/c/go/+/174329
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2019-10-04 18:07:46 +00:00
testdata crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
alert.go crypto/tls: implement TLS 1.3 client handshake (base) 2018-11-02 22:07:02 +00:00
auth.go crypto/tls: disable RSA-PSS in TLS 1.2 again 2019-06-19 19:59:14 +00:00
auth_test.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00
cipher_suites.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00
common.go crypto/tls: remove TLS 1.3 opt-out 2019-08-27 22:25:08 +00:00
conn.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
conn_test.go crypto/tls: disable RSA-PSS in TLS 1.2 2019-02-07 18:34:43 +00:00
example_test.go crypto/tls: enable TLS 1.3 and update tests 2018-11-12 20:44:39 +00:00
generate_cert.go crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3 2019-05-17 16:13:45 +00:00
handshake_client.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_client_test.go crypto/tls: move shared code and resources to handshake_test.go 2019-06-20 19:27:15 +00:00
handshake_client_tls13.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_messages.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_messages_test.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_server.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_server_test.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00
handshake_server_tls13.go crypto/tls: remove NPN support 2019-10-04 18:07:46 +00:00
handshake_test.go crypto/tls: remove TLS 1.3 opt-out 2019-08-27 22:25:08 +00:00
key_agreement.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00
key_schedule.go crypto/tls: reject low-order Curve25519 points 2019-06-20 19:30:01 +00:00
key_schedule_test.go crypto/tls: implement TLS 1.3 cryptographic computations 2018-11-02 21:54:52 +00:00
prf.go all: fix typos 2019-09-08 17:28:20 +00:00
prf_test.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00
ticket.go all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
tls.go crypto/tls: remove TLS 1.3 opt-out 2019-08-27 22:25:08 +00:00
tls_test.go crypto/tls: remove TLS 1.3 opt-out 2019-08-27 22:25:08 +00:00