From: Filippo Valsorda Date: Mon, 10 Feb 2020 19:48:58 +0000 (-0500) Subject: doc/go1.14: add a couple minor crypto release notes X-Git-Tag: go1.14~9^2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ab5d9f5831;p=gostls13.git 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 --- 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