diff options
author | Ruediger Pluem <rpluem@apache.org> | 2024-04-08 15:18:28 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2024-04-08 15:18:28 +0200 |
commit | dee1eb37d787d34cb37df7eab535240e1774293a (patch) | |
tree | f292a58314d8e61f96ef827203d0359e5d85ab32 /changes-entries | |
parent | mod_md: update to v2.4.26 (diff) | |
download | apache2-dee1eb37d787d34cb37df7eab535240e1774293a.tar.xz apache2-dee1eb37d787d34cb37df7eab535240e1774293a.zip |
* Ensure that we set the default DH parameters for the key
Replace else with an if as the if branch no longer ensures that
custome DH parameters have been loaded.
This fixes a regression that causes the default DH parameters for a key
no longer set and thus effectively disabling DH ciphers when no explicit
DH parameters are set.
PR: 68863
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr68863.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/pr68863.txt b/changes-entries/pr68863.txt new file mode 100644 index 0000000000..d45ffc708c --- /dev/null +++ b/changes-entries/pr68863.txt @@ -0,0 +1,3 @@ + *) mod_ssl: Fix a regression that causes the default DH parameters for a key + no longer set and thus effectively disabling DH ciphers when no explicit + DH parameters are set. PR 68863 [Ruediger Pluem] |