From ab5d9f5831cd267e0d8e8954cfe9987b737aec9c Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 10 Feb 2020 14:48:58 -0500 Subject: [PATCH] doc/go1.14: add a couple minor crypto release notes These were left out of CL 216759 because they are trivial, but I was advised to be thorough. Updates #36878 Change-Id: Id4fd3a84866a82265e3f89abfdad6e3d231b507c Reviewed-on: https://go-review.googlesource.com/c/go/+/218918 Reviewed-by: Ian Lance Taylor --- doc/go1.14.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 8c179127a3..5f73666161 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -478,9 +478,40 @@ appropriately.) Certificate.SupportedSignatureAlgorithms field to disable them.

+ +

+ Config.Certificates and + Config.GetCertificate + can now both be nil if + Config.GetConfigForClient + is set. If the callbacks return neither certificates nor an error, the + unrecognized_name is now sent. +

+ +

+ The new CertificateRequestInfo.Version + field provides the TLS version to client certificates callbacks. +

+ +

+ The new TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 and + TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 constants use + the final names for the cipher suites previously referred to as + TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 and + TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305. +

+
crypto/x509
+
+

+ Certificate.CreateCRL + now supports Ed25519 issuers. +

+
+
+
debug/dwarf

-- 2.50.0