summaryrefslogtreecommitdiffstats
path: root/modules/ssl/mod_ssl_ct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-3/+3
* Follow-up to r1896361.Christophe Jaillet2022-01-071-3/+2
* Close a file handle in case of error in ct_static_scts()Christophe Jaillet2021-12-241-0/+1
* mod_ssl_ct: join the threads before their parent pools are destroyed.Yann Ylavic2020-11-201-4/+4
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+5
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* mod_ssl_ct: fix return values for custom extension callbackJacob Champion2017-04-191-2/+2
* Check for proxy_detach_backend hook, for 2.4.x compatibilityJeff Trawick2016-03-211-0/+7
* Don't check for presence of ap_log_cdata/ap_log_dataJeff Trawick2016-03-191-2/+0
* Save a few bytes in conf pool when parsing some directives on some OS.Christophe Jaillet2016-02-251-8/+8
* Support OpenSSL 1.1.0.Rainer Jung2016-02-141-22/+0
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-1/+17
* Added many log numbers to log statements thatRainer Jung2016-01-191-7/+7
* Silence compiler warning:Rainer Jung2016-01-191-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-24/+22
* mod_ssl_ct needs a per-vhost module config even if a vhostJeff Trawick2015-02-221-0/+35
* Provide separate SSL_CT_*_STATUS variables for client vs. proxyJeff Trawick2015-02-221-27/+42
* Fix extraction of an SCT list from a stapled OCSP response.Jeff Trawick2014-12-151-8/+13
* Style ('{' on same line as function definition)Christophe Jaillet2014-10-111-1/+2
* mod_ssl_ct: Work with current Certificate Transparency toolsJeff Trawick2014-10-101-12/+12
* Adjust Certificate Transparency support (mod_ssl_ct) to build with/require Op...Jeff Trawick2014-10-011-34/+34
* Add message numbers to mod_ssl_ct messages with severity > debug.Jeff Trawick2014-07-201-79/+113
* APR_THREAD_FUNC decorator needed for 32-bit builds on WindowsJeff Trawick2014-06-281-1/+1
* Fix duplicate APLOGNOChristophe Jaillet2014-05-201-2/+2
* allow operation without any logs configured or without theJeff Trawick2014-04-231-27/+39
* ensure that the post-config hook runs after that of mod_sslJeff Trawick2014-04-231-1/+4
* Add module mod_ssl_ct, which provides an implementation of CertificateJeff Trawick2014-04-211-0/+2979