summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-06-25 11:21:37 +0000
committerYann Ylavic <ylavic@apache.org>2020-06-25 11:21:37 +0000
commit114421d22f84d53089007d7ca73ce3282657552f (patch)
treeb93a9d893398e44d2956d7b6ae69e550e57b2cdb /CHANGES
parentfa8c6189558c7f80133495f7e6e14f7774ff23f7 (diff)
downloadhttpd-114421d22f84d53089007d7ca73ce3282657552f.tar.gz
Follow up to r1879179: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879180 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 0ae7ba816f..2ef98d168d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_ssl: Fix a race condition and possible crash when using a proxy client
+ certificate (SSLProxyMachineCertificateFile).
+ [Armin Abfalterer <a.abfalterer gmail.com>]
+
*) mod_proxy: recognize parameters from ProxyPassMatch workers with dollar
substitution, such that they apply to the backend connection. Note that
connection reuse is disabled by default to avoid compatibility issues.