Skip to content

Commit 5538a9a

Browse files
committed
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 <[email protected]>
1 parent 6f93f86 commit 5538a9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.12.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
443443
<dd>
444444
<p><!-- CL 146258 -->
445445
TLS 1.2 clients and servers will now advertise and accept RSA-PSS
446-
signature algorithms for use with regular RSA public keys.
446+
signature algorithms for use with regular RSA public keys. Certain
447+
insecure certificate keys (including 512-bit RSA keys) will
448+
now cause a handshake failure if RSA-PSS is selected.
447449
</p>
448450

449451
<p><!-- CL 143177 -->

0 commit comments

Comments
 (0)