summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...Stefan Eissing2018-03-161-1/+8
* In verify_ocsp_status in ssl_engine_ocsp.c, the log message, "OCSP response n...Christophe Jaillet2017-12-091-1/+1
* mod_ssl: follow up to r1781575Yann Ylavic2017-03-241-1/+1
* Add Configuration for trusted OCSP responder certificatesJean-Frederic Clere2017-02-031-6/+10
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-231-2/+2
* Support OpenSSL 1.1.0.Rainer Jung2016-02-141-8/+0
* OpenSSL 1.1.0 supportRainer Jung2016-02-091-3/+7
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-0/+4
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* mod_ssl: follow up to r1583191.Yann Ylavic2014-04-021-6/+5
* mod_ssl: send OCSP request's nonce according to SSLOCSPUseRequestNonce on/off...Yann Ylavic2014-03-301-4/+8
* Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.Jeff Trawick2014-01-051-1/+1
* logging adjustments:Kaspar Brand2011-12-121-5/+5
* Various fixes for log message tags:Stefan Fritsch2011-12-071-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-8/+8
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-30/+30
* Better safe than sorry: with OpenSSL 1.0, X509_STORE_CTX_get_current_cert()Kaspar Brand2011-08-281-2/+9
* Fix the default OCSP responder timeout for client certKaspar Brand2011-08-281-1/+1
* Enforce OpenSSL 0.9.7 as a minimum requirement in configure, andKaspar Brand2011-08-071-1/+1
* Don't do OCSP checks for valid self-issued certsStefan Fritsch2011-06-191-1/+9
* * modules/ssl/ssl_engine_config.c, modules/ssl/ssl_private.h: AddJoe Orton2011-01-171-10/+11
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-031-8/+8
* * modules/ssl/ssl_util_ocsp.c, modules/ssl/ssl_engine_ocsp.c: Joe Orton2009-09-161-0/+1
* * modules/ssl/ssl_util_ocsp.c (send_request, Joe Orton2009-09-161-1/+3
* Relax checks for OCSP responder URIs:Joe Orton2008-08-061-1/+5
* picking nits - de-tabJim Jagielski2008-08-051-3/+3
* * modules/ssl/ssl_engine_ocsp.c (verify_ocsp_status): Extract theJoe Orton2007-12-031-2/+23
* * modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_private.h: CommentJoe Orton2007-11-291-2/+2
* mod_ssl: Add support for OCSP validation of client certificates:Joe Orton2007-11-291-0/+253