From: Ruediger Pluem Date: Tue, 2 Jul 2019 09:14:36 +0000 (+0000) Subject: * All backported X-Git-Tag: 2.5.0-alpha2-ci-test-only~1992 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6835b3b469bbdbc869d06cf26a849c924f104d3;p=thirdparty%2Fapache%2Fhttpd.git * All backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0bc5070db62..eab4237a2bf 100644 --- a/CHANGES +++ b/CHANGES @@ -36,10 +36,6 @@ Changes with Apache 2.5.1 *) mod_proxy_http2: adding support for handling trailers in both directions. PR 63502. [Stefan Eissing] - *) mod_proxy/ssl: Proxy SSL client certificate configuration and other proxy - SSL configurations broken inside context. PR 63430. - [Ruediger Pluem, Yann Ylavic] - *) mod_reqtimeout: Fix default rates missing (not applied) in 2.4.39. PR 63325. [Yann Ylavic] @@ -116,9 +112,6 @@ Changes with Apache 2.5.1 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] - *) core: Ensure that aborted connections are logged as such. PR 62823 [Arnaud Grandville ] @@ -139,10 +132,6 @@ Changes with Apache 2.5.1 *) core: Add DefaultStateDir and layout-specific state directory created at "make install". [Joe Orton] - *) mod_ssl: Fix a regression that the configuration settings for verify mode - and verify depth were taken from the frontend connection in case of - connections by the proxy to the backend. PR 62769. [Ruediger Pluem] - *) ab: Add client certificate support. [Graham Leggett] *) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499