]> granicus.if.org Git - apache/commitdiff
SSLOCSPUseRequestNonce already in 2.4.x branch
authorJeff Trawick <trawick@apache.org>
Tue, 14 Oct 2014 20:45:40 +0000 (20:45 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 14 Oct 2014 20:45:40 +0000 (20:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1631880 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 52e6ad412866f5acb3515010776770420560e265..ba5ea5877ab45a538b6b060ce18bddad3fa1accd 100644 (file)
--- 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]