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 <bradfitz@golang.org>
This commit is contained in:
Filippo Valsorda 2019-01-18 17:32:30 -05:00
parent 6f93f86498
commit 5538a9a34f
1 changed files with 3 additions and 1 deletions

View File

@ -443,7 +443,9 @@ for {
<dd>
<p><!-- CL 146258 -->
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.
</p>
<p><!-- CL 143177 -->