Commit 0dc7a1da authored by Filippo Valsorda's avatar Filippo Valsorda

doc/go1.12: document RSA-PSS support in crypto/tls

Change-Id: I9350e5a72e3c375f6b76897708f09f1f50c7be14
Reviewed-on: https://go-review.googlesource.com/c/155482Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent d15ffca1
...@@ -442,9 +442,14 @@ for { ...@@ -442,9 +442,14 @@ for {
<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt> <dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
<dd> <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 --> <p><!-- CL 143177 -->
If a client sends an initial message that does not look like TLS, the server 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 <code>net.Conn</code> in the new field <code>Conn</code> of
<a href="/pkg/crypto/tls/#RecordHeaderError"><code>RecordHeaderError</code></a>. <a href="/pkg/crypto/tls/#RecordHeaderError"><code>RecordHeaderError</code></a>.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment