File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -463,8 +463,27 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
463
463
Auto-generated session ticket keys are now automatically rotated every 24 hours,
464
464
with a lifetime of 7 days, to limit their impact on forward secrecy.
465
465
</ 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 >
466
485
</ dd >
467
- </ dl >
486
+ </ dl > <!-- crypto/tls -->
468
487
469
488
< dl id ="crypto/x509 "> < dt > < a href ="/pkg/crypto/x509/ "> crypto/x509</ a > </ dt >
470
489
< dd >
You can’t perform that action at this time.
0 commit comments