]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose backport of OpenSSL dynamic locking upcall patch
authorSander Temme <sctemme@apache.org>
Tue, 9 Sep 2008 15:09:37 +0000 (15:09 +0000)
committerSander Temme <sctemme@apache.org>
Tue, 9 Sep 2008 15:09:37 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@693482 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 634e4ffa067f8e105d38c5199f5fedad868d5705..735731817f6d3056e9b9c484172cb9dda939ef27 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -214,6 +214,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff 
    +1: covener
 
+ * mod_ssl: implement dynamic mutex callbacks for OpenSSL.  This
+   locking infrastructure is currently only used by the chil plugin,
+   and this plugin won't load into OpenSSL 0.9.8 if these upcalls
+   aren't set.  OpenSSL may start using dynamic locks in more places
+   in the future and with this patch, Apache 2.2.x is ready for that.
+   Trunk version of patch: 
+   http://svn.apache.org/viewvc?rev=687550&view=rev
+   http://svn.apache.org/viewvc?rev=687819&view=rev
+   Single patch against branches/2.2.x: 
+   http://people.apache.org/~sctemme/httpd-2.2.x-ssl-upcalls.diff
+   +1: 
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when