]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/tls: remove RSA KEX ciphers from the default list
authorRoland Shoemaker <roland@golang.org>
Fri, 10 Nov 2023 18:42:42 +0000 (10:42 -0800)
committerRoland Shoemaker <roland@golang.org>
Tue, 14 Nov 2023 18:03:29 +0000 (18:03 +0000)
commit67d555e089180aaa39993729b7f9693ea12d6ea6
tree8d50ce1a1fdad4e4acc782043082c14d96f01c94
parent362bf4fc6d3b456429e998582b15a2765e640741
crypto/tls: remove RSA KEX ciphers from the default list

Removes the RSA KEX based ciphers from the default list. This can be
reverted using the tlsrsakex GODEBUG.

Fixes #63413

Change-Id: Id221be3eb2f6c24b91039d380313f0c87d339f98
Reviewed-on: https://go-review.googlesource.com/c/go/+/541517
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
doc/godebug.md
src/crypto/tls/cipher_suites.go
src/crypto/tls/common.go
src/crypto/tls/tls_test.go
src/internal/godebugs/table.go
src/net/http/client_test.go
src/runtime/metrics/doc.go