summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Temme <sctemme@apache.org>2007-04-05 06:06:26 +0000
committerSander Temme <sctemme@apache.org>2007-04-05 06:06:26 +0000
commit896f203e910e6201d379c23ce19e82b490470006 (patch)
treee831298ec517dec8269d634cadc7423f99d7d700
parenta36b89122d89176010eae9ea45a2cfcfa8c3e525 (diff)
downloadhttpd-896f203e910e6201d379c23ce19e82b490470006.tar.gz
Propose backport of hardware SSL fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@525714 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS8
1 files changed, 8 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index b92ffe4489..411a3fba23 100644
--- a/STATUS
+++ b/STATUS
@@ -127,6 +127,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
identify exactly what the proposed changes are! Add all new
proposals to the end of this list. ]
+ * mod_ssl: Move thread locking upcall initialization before
+ hardware library initialization, so hardware library can use
+ these upcalls when run in a threaded MPM. Fixes PR 20951.
+
+ http://people.apache.org/~sctemme/2.0.x-ssl_engine_init.c.patch
+
+ +1: sctemme
+
*) Reverse Proxy fixes: <Location> bug and Cookie support
Patch is at
http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch