summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-05-14 14:00:22 +0100
committerShane Lontis <shane.lontis@oracle.com>2021-05-17 09:54:30 +1000
commitf5680cd0eb7fdf95db5a55028b889ea56295dac9 (patch)
tree8349c683d5d838498118726ed14f5efec1e6717d /CHANGES.md
parentf2ceefc3f9ffe5936b775eba69be8ffb42fd20ea (diff)
Add a CHANGES entry for fully pluggable groups
Fixes #12283 Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15282)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8c72ac33d0..eb199fac70 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -315,6 +315,13 @@ OpenSSL 3.0
*Matt Caswell*
+ * Implemented support for fully "pluggable" TLSv1.3 groups. This means that
+ providers may supply their own group implementations (using either the "key
+ exchange" or the "key encapsulation" methods) which will automatically be
+ detected and used by libssl.
+
+ *Matt Caswell, Nicola Tuveri*
+
* The undocumented function X509_certificate_type() has been deprecated;
applications can use X509_get0_pubkey() and X509_get0_signature() to
get the same information.