From: Joe Orton Date: Thu, 7 Jul 2016 15:51:59 +0000 (+0000) Subject: Backported. X-Git-Tag: 2.2.32~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09af685fa8a12975b8560ba70a1bec928e33cac8;p=thirdparty%2Fapache%2Fhttpd.git Backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1751815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d06cdf7dc3e..d1e155c7cfd 100644 --- a/STATUS +++ b/STATUS @@ -129,16 +129,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: aborted the connection) where we now still cache it in any case if it is complete (for immediate availability for next clients). - *) mod_ssl: Free dhparams and ecparams reading certificates at startup. - This fixes issue when SSLCryptoDevice does not get unregistered because - of non-zero refcount during the mod_ssl unload happening on httpd startup. - trunk patch: http://svn.apache.org/r1720129 - trunk patch: http://svn.apache.org/r1723295 - trunk patch: http://svn.apache.org/r1733088 [CHANGES] - trunk patch: http://svn.apache.org/r1733089 [CHANGES] - 2.2.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-free-dh-ec-params-2.2.x.patch - +1: wrowe, ylavic, jorton - *) mod_proxy_connect: The connect method doesn't work if the client is connecting to the apache proxy through an ssl socket. Fixed. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,