Commit 5538a9a3 authored by Filippo Valsorda's avatar Filippo Valsorda

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/158638Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6f93f864
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment