aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2018-12-21 16:57:42 -0500
committerFilippo Valsorda <filippo@golang.org>2019-01-04 17:47:14 +0000
commit0dc7a1daf69ccfef2fe82c66da580c48d83d197d (patch)
treeedf7b6b1ff353ca0500e1d2d06cc5b05d5a58a69
parentd15ffca108b81f15e9042993b80e8b91c56968c4 (diff)
downloadgo-0dc7a1daf69ccfef2fe82c66da580c48d83d197d.tar.gz
go-0dc7a1daf69ccfef2fe82c66da580c48d83d197d.zip
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 <bradfitz@golang.org>
-rw-r--r--doc/go1.12.html7
1 files changed, 6 insertions, 1 deletions
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 {
<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
<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.
+ </p>
+
<p><!-- CL 143177 -->
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
<code>net.Conn</code> in the new field <code>Conn</code> of
<a href="/pkg/crypto/tls/#RecordHeaderError"><code>RecordHeaderError</code></a>.
</p>