Skip to content

Commit bddf75d

Browse files
committed
doc/go1.15: add more release notes for crypto/tls
Updates #37419 Change-Id: I5e03adbf6d215d65aedbdeb7bdfe1ead8a838877 Reviewed-on: https://go-review.googlesource.com/c/go/+/236921 Reviewed-by: Katie Hockman <[email protected]>
1 parent 8891b82 commit bddf75d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/go1.15.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,27 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
463463
Auto-generated session ticket keys are now automatically rotated every 24 hours,
464464
with a lifetime of 7 days, to limit their impact on forward secrecy.
465465
</p>
466+
467+
<p><!-- CL 231317 -->
468+
Session ticket lifetimes in TLS 1.2 and earlier, where the session keys
469+
are reused for resumed connections, are now limited to 7 days, also to
470+
limit their impact on forward secrecy.
471+
</p>
472+
473+
<p><!-- CL 231038 -->
474+
The client-side downgrade protection checks specified in RFC 8446 are now
475+
enforced. This has the potential to cause connection errors for clients
476+
encountering middleboxes that behave like unauthorized downgrade attacks.
477+
</p>
478+
479+
<p><!-- CL 208226 -->
480+
<a href="/pkg/crypto/tls/#SignatureScheme"><code>SignatureScheme</code></a>,
481+
<a href="/pkg/crypto/tls/#CurveID"><code>CurveID</code></a>, and
482+
<a href="/pkg/crypto/tls/#ClientAuthType"><code>ClientAuthType</code></a>
483+
now implement <a href="/pkg/fmt/#Stringer"><code>fmt.Stringer</code></a>.
484+
</p>
466485
</dd>
467-
</dl>
486+
</dl><!-- crypto/tls -->
468487

469488
<dl id="crypto/x509"><dt><a href="/pkg/crypto/x509/">crypto/x509</a></dt>
470489
<dd>

0 commit comments

Comments
 (0)