History log of /httpd/modules/ssl/ssl_ct_log_config.h
Revision Date Author Comments Expand
0d407cd3864fadcc204a381eb5f3b5cc5746bbb8 1630624 10-Oct-2014 trawick

mod_ssl_ct: Work with current Certificate Transparency tools (e.g., as of certificate-transparency commit 3f03188fe89974d45345fddee64a8227bd2ec26a) The interface to the "ct" tool now requires the log's URL and public key, resulting in a bit of refactoring in the module.

75f5c2db254c0167a0e396254460de09b775d203 1588987 21-Apr-2014 trawick

Add module mod_ssl_ct, which provides an implementation of Certificate Transparency (RFC 6962) for httpd. mod_ssl_ct requires OpenSSL 1.0.2 (in beta) and must be explicitly enabled via configure. Note that support/ctauditscts is purposefully not installed; it does not properly function due to a dependency on a certificate-transparency open source project tool which itself is not sufficiently complete at this time.