From: Ruediger Pluem Date: Mon, 4 May 2009 09:04:27 +0000 (+0000) Subject: * Add proposal X-Git-Tag: 2.2.12~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6701d68fd34ea2182da5d5b4274c1520867dd87f;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@771249 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b7815920d7a..c44dac651d8 100644 --- a/STATUS +++ b/STATUS @@ -128,6 +128,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: https://svn.apache.org/viewvc?view=rev&revision=680082 +1: wrowe + * mod_ssl: Improve and simplify the implementation of SSLProxyCheckPeerExpire + by directly using X509_get_notBefore(), X509_get_notAfter() and + X509_cmp_current_time(). + Trunk version of patch: + http://svn.apache.org/viewcvs.cgi?rev=769809&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).