You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2008/09/09 17:09:38 UTC

svn commit: r693482 - /httpd/httpd/branches/2.2.x/STATUS

Author: sctemme
Date: Tue Sep  9 08:09:37 2008
New Revision: 693482

URL: http://svn.apache.org/viewvc?rev=693482&view=rev
Log:
Propose backport of OpenSSL dynamic locking upcall patch

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=693482&r1=693481&r2=693482&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Sep  9 08:09:37 2008
@@ -214,6 +214,18 @@
        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