Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Filippo Valsorda 018f13d1a3 crypto/tls: remove SSLv3 support
SSLv3 has been irreparably broken since the POODLE attack 5 years ago
and RFC 7568 (f.k.a. draft-ietf-tls-sslv3-diediedie) prohibits its use
in no uncertain terms.

As announced in the Go 1.13 release notes, remove support for it
entirely in Go 1.14.

Updates #32716

Change-Id: Id653557961d8f75f484a01e6afd2e104a4ccceaf
Reviewed-on: https://go-review.googlesource.com/c/go/+/191976
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-08-27 22:24:05 +00:00
testdata crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +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 SSLv3 support 2019-08-27 22:24:05 +00:00
conn.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +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 SSLv3 support 2019-08-27 22:24:05 +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: add support for Ed25519 certificates in TLS 1.2 and 1.3 2019-05-17 16:13:45 +00:00
handshake_messages.go crypto/tls, crypto/x509: update spelling of marshal* 2019-04-16 21:54:01 +00:00
handshake_messages_test.go crypto/tls: implement TLS 1.3 client authentication 2018-11-12 20:43:55 +00:00
handshake_server.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +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 SSLv3 support 2019-08-27 22:24:05 +00:00
handshake_test.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +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 crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +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: add support for Ed25519 certificates in TLS 1.2 and 1.3 2019-05-17 16:13:45 +00:00
tls_test.go crypto/tls: remove SSLv3 support 2019-08-27 22:24:05 +00:00