summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2018-11-05 11:37:32 +0100
committerStefan Eissing <icing@apache.org>2018-11-05 11:37:32 +0100
commit505cf744a8bf0aabe2db52b27bcf0bbc1d90991a (patch)
tree1428daab9ea52bd5d5e83bed083c41a35ca18cdb /CHANGES
parent* Makefile.in (check-yes): Re-run make before running t/TEST in case (diff)
downloadapache2-505cf744a8bf0aabe2db52b27bcf0bbc1d90991a.tar.xz
apache2-505cf744a8bf0aabe2db52b27bcf0bbc1d90991a.zip
*) mod_ssl: clear *SSL errors before loading certificates and checking
afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1845768 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e4d4d49cf..bc0d220193 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_ssl: clear *SSL errors before loading certificates and checking
+ afterwards. Otherwise errors are reported when other SSL using modules
+ are in play. Fixes PR 62880. [Michael Kaufmann]
+
*) mod_ssl: Correctly merge configurations that have client certificates set
by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem]