From 5716ae6c9610f31e2cdefd07eea78174414c3dca Mon Sep 17 00:00:00 2001
From: Katie Hockman DialContext
method permits using a context to both connect and handshake with a TLS server.
+ The new
+ VerifyConnection
+ callback on the Config
type
+ allows custom verification logic for every connection. It has access to the
+ ConnectionState
+ which includes peer certificates, SCTs, and stapled OCSP responses.
+
+ 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. +
-- 2.50.0