]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add module mod_ssl_ct, which provides an implementation of Certificate
authorJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2014 21:14:21 +0000 (21:14 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2014 21:14:21 +0000 (21:14 +0000)
commit34cfcba94f220bbcee594060d1eef7fe694d7e21
tree1522f719de513232ab7974b32ba1a8281cd0a8c3
parenteb667d524e261d67dff8f96d64740d2feb2986de
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588987 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
CHANGES
docs/manual/mod/mod_ssl_ct.xml [new file with mode: 0644]
docs/manual/programs/ctlogconfig.xml [new file with mode: 0644]
modules/ssl/config.m4
modules/ssl/mod_ssl_ct.c [new file with mode: 0644]
modules/ssl/ssl_ct_log_config.c [new file with mode: 0644]
modules/ssl/ssl_ct_log_config.h [new file with mode: 0644]
modules/ssl/ssl_ct_sct.c [new file with mode: 0644]
modules/ssl/ssl_ct_sct.h [new file with mode: 0644]
modules/ssl/ssl_ct_util.c [new file with mode: 0644]
modules/ssl/ssl_ct_util.h [new file with mode: 0644]
support/Makefile.in
support/ctauditscts [new file with mode: 0755]
support/ctlogconfig [new file with mode: 0755]