You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/11/13 01:10:46 UTC

svn commit: r594358 - /httpd/httpd/branches/2.0.x/STATUS

Author: trawick
Date: Mon Nov 12 16:10:44 2007
New Revision: 594358

URL: http://svn.apache.org/viewvc?rev=594358&view=rev
Log:
one-line fix to initialize all algorithms in OpenSSL

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

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=594358&r1=594357&r2=594358&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Mon Nov 12 16:10:44 2007
@@ -160,6 +160,14 @@
              do we need to make people opt-in for this behavior to 
              backport it to 2.0.x? What mechanism?
 
+    *) Initialize all algorithms in OpenSSL; PRs 35469, 42035
+       Trunk:
+         http://svn.apache.org/viewvc?view=rev&revision=226777
+       2.0.x:
+         Patch submitted via PR 42035 by Dominique Quatravaux 
+         http://issues.apache.org/bugzilla/attachment.cgi?id=19901
+       +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.