From: Jeff Trawick Date: Tue, 14 Oct 2014 20:45:40 +0000 (+0000) Subject: SSLOCSPUseRequestNonce already in 2.4.x branch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6f5f507673e930ce69d525ba0bc3d43070c08f;p=thirdparty%2Fapache%2Fhttpd.git SSLOCSPUseRequestNonce already in 2.4.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1631880 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 52e6ad41286..ba5ea5877ab 100644 --- a/CHANGES +++ b/CHANGES @@ -171,10 +171,6 @@ Changes with Apache 2.5.0 *) mod_rewrite: Support an optional list of characters to escape in the argument for the 'B' (escape backreferences) flag. [Eric Covener] - *) 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. [ Yann Ylavic ] - *) mod_dir: Default to 2.2-like behavior and skip execution when method is neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]