From ab5d9f5831cd267e0d8e8954cfe9987b737aec9c Mon Sep 17 00:00:00 2001
From: Filippo Valsorda 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
.
+
+ Certificate.CreateCRL
+ now supports Ed25519 issuers.
+
-- 2.50.0