summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2014-04-18 11:07:19 +0200
committerKaspar Brand <kbrand@apache.org>2014-04-18 11:07:19 +0200
commit0fca81d2396b6cb9482d0c241a51fc4a7d892964 (patch)
treef88d578a892be9267ebdaae48236255bad5fe316 /CHANGES
parentMerge r1585090 from trunk: (diff)
downloadapache2-0fca81d2396b6cb9482d0c241a51fc4a7d892964.tar.xz
apache2-0fca81d2396b6cb9482d0c241a51fc4a7d892964.zip
Also clear the error queue before calling SSL_CTX_use_certificate[_chain]_file
(workaround for OpenSSL versions before 0.9.8h, see https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=1513). PR 56410. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588427 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 71b2c25b55..25072b8650 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
+ versions before 0.9.8h and not specifying an SSLCertificateChainFile
+ (regression introduced with 2.4.8). PR 56410. [Kaspar Brand]
+
*) mod_remoteip: Prevent an external proxy from presenting an internal
proxy. PR 55962. [Mike Rumph]