From: Ruediger Pluem Date: Sun, 11 Jan 2009 13:42:02 +0000 (+0000) Subject: * Add a proposal X-Git-Tag: 2.2.12~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c02a763f18a92c87c79886beedfdb8bcdb823c;p=thirdparty%2Fapache%2Fhttpd.git * Add a proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0f98b3fe753..29da26ab48c 100644 --- a/STATUS +++ b/STATUS @@ -169,6 +169,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk works +1: covener, niq + * mod_ssl: Add SSLRenegBufferSize to configure the amount of memory that will + be used for buffering the request body if a per-location SSL renegotiationi + is required due to changed access control requirements. + PR 39243, 46508 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=726109&view=rev + http://svn.apache.org/viewvc?rev=733465&view=rev + http://svn.apache.org/viewvc?rev=733467&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).