diff --git a/doc/go1.15.html b/doc/go1.15.html index 1e39493cba..7a49e1fa1f 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -463,8 +463,27 @@ TODO Auto-generated session ticket keys are now automatically rotated every 24 hours, with a lifetime of 7 days, to limit their impact on forward secrecy.
+ ++ Session ticket lifetimes in TLS 1.2 and earlier, where the session keys + are reused for resumed connections, are now limited to 7 days, also to + limit their impact on forward secrecy. +
+ ++ The client-side downgrade protection checks specified in RFC 8446 are now + enforced. This has the potential to cause connection errors for clients + encountering middleboxes that behave like unauthorized downgrade attacks. +
+ +
+ SignatureScheme,
+ CurveID, and
+ ClientAuthType
+ now implement fmt.Stringer.
+