From 5538a9a34fc4e395967c0233aab5bdde0cebbf9b Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 18 Jan 2019 17:32:30 -0500 Subject: [PATCH] doc/go1.12: mention small RSA keys will cause some TLS handshakes to fail Updates #29779 Change-Id: I9becaba41ab4cd0bac25b4bedf3f8b19761d8158 Reviewed-on: https://go-review.googlesource.com/c/158638 Reviewed-by: Brad Fitzpatrick --- doc/go1.12.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/go1.12.html b/doc/go1.12.html index d3cbeb4525..0a998c06e0 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -443,7 +443,9 @@ for {

TLS 1.2 clients and servers will now advertise and accept RSA-PSS - signature algorithms for use with regular RSA public keys. + signature algorithms for use with regular RSA public keys. Certain + insecure certificate keys (including 512-bit RSA keys) will + now cause a handshake failure if RSA-PSS is selected.

-- 2.50.0