]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Add hooks to allow other modules to perform processing at
authorJeff Trawick <trawick@apache.org>
Tue, 15 Apr 2014 15:25:03 +0000 (15:25 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 15 Apr 2014 15:25:03 +0000 (15:25 +0000)
commit6fd55ccc770c5b898d0c612584c9eedf8a8c5378
treefe7c4cffd29b64268a972feea2f4a081bd9805b2
parentca996bf4154a75309faec429c3a7ac3db5bc1883
mod_ssl: Add hooks to allow other modules to perform processing at
several stages of initialization and connection handling.  See
mod_ssl_openssl.h.

This is enough to allow implementation of Certificate Transparency
outside of mod_ssl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587607 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
CMakeLists.txt
Makefile.in
Makefile.win
NWGNUmakefile
include/ap_mmn.h
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/mod_ssl_openssl.h [new file with mode: 0644]
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c