]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merged /httpd/httpd/trunk:r1851621,1852128,1862075
authorStefan Eissing <icing@apache.org>
Tue, 30 Jul 2019 11:23:52 +0000 (11:23 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 30 Jul 2019 11:23:52 +0000 (11:23 +0000)
commit734313ca6e758f94ae3f923f801f34da02251b9b
treed6535f7dff0f1bbd9c8d9ef20770ca8f122ee0b6
parent84f4b0972819be32859d4ae6b4b5974ea8b0bc78
Merged /httpd/httpd/trunk:r1851621,1852128,1862075

  *) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks for
     adding certificates and keys to a virtual host. An additional hook allows
     answering special TLS connections as used in ACME challenges.
     Adding 2 new hooks for init/get of OCSP stapling status information when
     other modules want to provide those. Falls back to own implementation with
     same behaviour as before.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1863988 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/mod_ssl.h
modules/ssl/mod_ssl_openssl.h
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_util_stapling.c