From dee1eb37d787d34cb37df7eab535240e1774293a Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 8 Apr 2024 13:18:28 +0000 Subject: * 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 --- changes-entries/pr68863.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes-entries/pr68863.txt (limited to 'changes-entries') 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] -- cgit v1.2.3