]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add proposal
authorRuediger Pluem <rpluem@apache.org>
Mon, 4 May 2009 09:04:27 +0000 (09:04 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 4 May 2009 09:04:27 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@771249 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b7815920d7ab18a49704be97b52608009b119b6b..c44dac651d8382e1111084ca1d3f709085d41739 100644 (file)
--- 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).