]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Ensure that we set the default DH parameters for the key 361/head
authorRuediger Pluem <rpluem@apache.org>
Mon, 8 Apr 2024 13:18:28 +0000 (13:18 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 8 Apr 2024 13:18:28 +0000 (13:18 +0000)
commitdee1eb37d787d34cb37df7eab535240e1774293a
treef292a58314d8e61f96ef827203d0359e5d85ab32
parent8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8
* 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 [new file with mode: 0644]
modules/ssl/ssl_engine_init.c