mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
* 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
This commit is contained in:
3
changes-entries/pr68863.txt
Normal file
3
changes-entries/pr68863.txt
Normal file
@ -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]
|
Reference in New Issue
Block a user