You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by kb...@apache.org on 2014/04/30 14:07:53 UTC

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

Author: kbrand
Date: Wed Apr 30 12:07:53 2014
New Revision: 1591266

URL: http://svn.apache.org/r1591266
Log:
comment

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=1591266&r1=1591265&r2=1591266&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Apr 30 12:07:53 2014
@@ -181,11 +181,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                                                   2.5-dev <compatibility> ref)
      2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10.patch
      +1: ylavic
-     kbrand: can you fold the trunk patches into a single diff for 2.4.x
-             and put it online under people.apache.org/~ylavic, please?
-     ylavic: done above. Also credit added to you (CHANGES), missed that in trunk.
-             The manual mentions "Available since 2.4.10", would have to be adapted
-             should this be accepted/backported later.
+     kbrand: sorry for not having caught this earlier (i.e. when committed
+             to trunk), but ocsp_use_request_nonce should actually be
+             defined as BOOL (like ocsp_force_default), and
+             ssl_cmd_SSLOCSPUseRequestNonce should set it to either TRUE
+             or FALSE (not SSL_ENABLED_TRUE or SSL_ENABLED_FALSE, which
+             applies to ssl_enabled_t).
 
    * mod_expires: don't add Expires header to error responses (4xx/5xx),
                   be they generated or forwarded. PR 55669.