From: Filippo Valsorda Date: Fri, 21 Dec 2018 21:57:42 +0000 (-0500) Subject: doc/go1.12: document RSA-PSS support in crypto/tls X-Git-Tag: go1.12beta2~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0dc7a1daf69ccfef2fe82c66da580c48d83d197d;p=gostls13.git doc/go1.12: document RSA-PSS support in crypto/tls Change-Id: I9350e5a72e3c375f6b76897708f09f1f50c7be14 Reviewed-on: https://go-review.googlesource.com/c/155482 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 975550fea4..01bc6f50e3 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -442,9 +442,14 @@ for {
crypto/tls
+

+ TLS 1.2 clients and servers will now advertise and accept RSA-PSS + signature algorithms for use with regular RSA public keys. +

+

If a client sends an initial message that does not look like TLS, the server - will now not reply with an alert, and it will expose the underlying + will no longer reply with an alert, and it will expose the underlying net.Conn in the new field Conn of RecordHeaderError.