From 5716ae6c9610f31e2cdefd07eea78174414c3dca Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 2 Jun 2020 15:52:51 -0400 Subject: [PATCH] doc/go1.15: add release notes for crypto/tls Updates #37419 Change-Id: Ie81c0b03716799c132e90dc231ab816e6ae43469 Reviewed-on: https://go-review.googlesource.com/c/go/+/236166 Reviewed-by: Filippo Valsorda Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/go1.15.html b/doc/go1.15.html index 73dbf89c2d..7506a6aa49 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -406,6 +406,20 @@ TODO 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