summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2015-11-01 10:38:31 +0100
committerKaspar Brand <kbrand@apache.org>2015-11-01 10:38:31 +0100
commitd3fd6650ad40a2fc9454007e8d2ca09f86754284 (patch)
treec19805b84d95bad41686854e6c2d8d5f35c6cafb /CHANGES
parentFollow up to r1709008: CHANGES entry. (diff)
downloadapache2-d3fd6650ad40a2fc9454007e8d2ca09f86754284.tar.xz
apache2-d3fd6650ad40a2fc9454007e8d2ca09f86754284.zip
For the "SSLStaplingReturnResponderErrors off" case, make sure to only
staple responses with certificate status "good". Also avoids including inaccurate responses when the OCSP responder is not completely up to date in terms of the CA-issued certificates (and provides interim "unknown" or "extended revoked" [RFC 6960] status replies). Log a certificate status other than "good" in stapling_check_response(). Propagate the "ok" status from stapling_check_response() back via both stapling_renew_response() and get_and_check_cached_response() to the callback code in stapling_cb(), enabling the decision whether to include or skip the response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b30522cc9..ad21b98878 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure
+ to only staple responses with certificate status "good". [Kaspar Brand]
+
*) core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
alignment (SPARC64, PPC64). [Yann Ylavic]