summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMarkus Minichmayr <markus@tapkey.com>2023-11-22 17:43:27 +0100
committerMatt Caswell <matt@openssl.org>2023-11-24 15:08:04 +0000
commitdfc836c346cc6001534eaf9ed3a151b7aa658335 (patch)
tree893f0624866392208f99f2aaa56c26241c6360eb /CHANGES.md
parent55d894bbfbb992482d4fbeac3b03f3bb5b2b258b (diff)
PreferNoDHEKEX changelog and history anticipating inclusion in OpenSSL version 3.3.
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22794)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 81044b3d70..93365619fa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -45,6 +45,12 @@ OpenSSL 3.3
*Ahelenia ZiemiaƄska*
+ * New option `SSL_OP_PREFER_NO_DHE_KEX`, which allows configuring a TLS1.3
+ server to prefer session resumption using PSK-only key exchange over PSK
+ with DHE, if both are available.
+
+ *Markus Minichmayr, Tapkey GmbH*
+
OpenSSL 3.2
-----------