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.