]> granicus.if.org Git - apache/commit
Merge r1711728, r1713209 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 26 Nov 2015 13:44:39 +0000 (13:44 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 26 Nov 2015 13:44:39 +0000 (13:44 +0000)
commit3e894a88adfff684b0dcad34f38618f3a78a0146
tree4ccdee7d503b8babdff7f8d1dc0114893ec6a352
parenta6c311656679385970eaa71ddaeb25d5b9209e5d
Merge r1711728, r1713209 from trunk:

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.

insert missing LOGNO in ssl_util_stapling.c
Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1716652 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
docs/manual/mod/mod_ssl.xml
modules/ssl/ssl_util_stapling.c