From cvs-return-32576-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon May 04 09:04:50 2009 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 75066 invoked from network); 4 May 2009 09:04:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 09:04:49 -0000 Received: (qmail 41009 invoked by uid 500); 4 May 2009 09:04:49 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 40901 invoked by uid 500); 4 May 2009 09:04:48 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 40892 invoked by uid 99); 4 May 2009 09:04:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 09:04:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 09:04:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DB8A723888E7; Mon, 4 May 2009 09:04:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r771249 - /httpd/httpd/branches/2.2.x/STATUS Date: Mon, 04 May 2009 09:04:27 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090504090427.DB8A723888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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).