]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
For the "SSLStaplingReturnResponderErrors off" case, make sure to only
authorKaspar Brand <kbrand@apache.org>
Sun, 1 Nov 2015 09:38:31 +0000 (09:38 +0000)
committerKaspar Brand <kbrand@apache.org>
Sun, 1 Nov 2015 09:38:31 +0000 (09:38 +0000)
commitd3fd6650ad40a2fc9454007e8d2ca09f86754284
treec19805b84d95bad41686854e6c2d8d5f35c6cafb
parentb2b43eb0b3ae90e26360dcc7ea7ade7454d918c2
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
CHANGES
docs/manual/mod/mod_ssl.xml
modules/ssl/ssl_util_stapling.c