diff options
author | Kaspar Brand <kbrand@apache.org> | 2014-04-18 11:07:19 +0200 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2014-04-18 11:07:19 +0200 |
commit | 0fca81d2396b6cb9482d0c241a51fc4a7d892964 (patch) | |
tree | f88d578a892be9267ebdaae48236255bad5fe316 /CHANGES | |
parent | Merge r1585090 from trunk: (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |