]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1879179: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 25 Jun 2020 11:21:37 +0000 (11:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 25 Jun 2020 11:21:37 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879180 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0ae7ba816f24159fda1658965343adaf99d6fcea..2ef98d168d18b7e0e22521f1215465e8d2eea632 100644 (file)
--- 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.