From: Yann Ylavic Date: Wed, 30 Apr 2014 17:23:38 +0000 (+0000) Subject: r1591401 added to SSLOCSPUseRequestNonce bundle. X-Git-Tag: 2.4.10~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36614ce8a7f1192fa7e590a1be086dc23b5cf7dc;p=apache r1591401 added to SSLOCSPUseRequestNonce bundle. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591405 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 54f3169c87..e995cd182f 100644 --- a/STATUS +++ b/STATUS @@ -179,7 +179,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1584665 (manual: use 2.4's backport version instead of temporary 2.5-dev ref) - 2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10.patch + http://svn.apache.org/r1591401 + 2.4.x patch: https://people.apache.org/~ylavic/httpd-2.4.x-SSLOCSPUseRequestNonce+manual-2.4.10-v2.patch +1: ylavic kbrand: sorry for not having caught this earlier (i.e. when committed to trunk), but ocsp_use_request_nonce should actually be @@ -187,6 +188,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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). + ylavic: no pb, done in r1591401 (2.4.x patch updated to v2). * mod_expires: don't add Expires header to error responses (4xx/5xx), be they generated or forwarded. PR 55669.