You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/04/02 19:28:29 UTC

svn commit: r1584101 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Wed Apr  2 17:28:28 2014
New Revision: 1584101

URL: http://svn.apache.org/r1584101
Log:
Add manual/CHANGES modifications to SSLOCSPUseRequestNonce proposal.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1584101&r1=1584100&r2=1584101&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Apr  2 17:28:28 2014
@@ -211,10 +211,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: rjung,
 
-   * mod_ssl: Send OCSP request's nonce according to SSLOCSPUseRequestNonce on/off.
-              Defaults to on. PR 56233.
+   * mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
+     OCSP requests should use a nonce to be checked against the responder's
+     one. PR 56233.
      trunk patch: http://svn.apache.org/r1583191
-     2.4.x patch: trunk works
+                  http://svn.apache.org/r1584098
+     2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
 OTHER PROPOSALS