From 0dc7a1daf69ccfef2fe82c66da580c48d83d197d Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 21 Dec 2018 16:57:42 -0500 Subject: [PATCH] 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 --- doc/go1.12.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/go1.12.html b/doc/go1.12.html index 975550fea4f..01bc6f50e38 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.