You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/05/04 11:04:27 UTC

svn commit: r771249 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Mon May  4 09:04:27 2009
New Revision: 771249

URL: http://svn.apache.org/viewvc?rev=771249&view=rev
Log:
* Add proposal

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=771249&r1=771248&r2=771249&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon May  4 09:04:27 2009
@@ -128,6 +128,15 @@
      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).