]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merged /httpd/httpd/trunk:r1864924,1868506,1868654,1868927 from trunk
authorStefan Eissing <icing@apache.org>
Fri, 25 Oct 2019 13:27:12 +0000 (13:27 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 25 Oct 2019 13:27:12 +0000 (13:27 +0000)
commit4d601c8ea792048dc5ae789785660a9a4a03e8a0
treeb66b8d2dab8e365842fedd55d212c295cc33d63d
parentadca6438c7bfb98577d15d396818d7961405165d
Merged /httpd/httpd/trunk:r1864924,1868506,1868654,1868927 from trunk

  *) mod_md: Adding the several new features.
     The module offers an implementation of OCSP Stapling that can replace fully or
     for a limited set of domains the existing one from mod_ssl. OCSP handling
     is part of mod_md's monitoring and message notifications. If can be used
     for sites that do not have ACME certificates.
     The url for a CTLog Monitor can be configured. It is used in the server-status
     to link to the external status page of a certicate.
     The MDMessageCmd is called with argument "installed" when a new certificate
     has been activated on server restart/reload. This allows for processing of
     the new certificate, for example to applications that require it in different
     locations or formats.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1868930 13f79535-47bb-0310-9956-ffa450edef68
51 files changed:
CHANGES
CMakeLists.txt
build/apr_common.m4
docs/manual/mod/mod_md.xml
modules/md/config2.m4
modules/md/md.h
modules/md/md_acme.c
modules/md/md_acme_acct.c
modules/md/md_acme_acct.h
modules/md/md_acme_authz.c
modules/md/md_acme_authz.h
modules/md/md_acme_drive.c
modules/md/md_acme_order.c
modules/md/md_acmev1_drive.c
modules/md/md_acmev2_drive.c
modules/md/md_core.c
modules/md/md_crypt.c
modules/md/md_crypt.h
modules/md/md_curl.c
modules/md/md_http.c
modules/md/md_http.h
modules/md/md_json.c
modules/md/md_json.h
modules/md/md_jws.c
modules/md/md_jws.h
modules/md/md_ocsp.c [new file with mode: 0644]
modules/md/md_ocsp.h [new file with mode: 0644]
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_result.c
modules/md/md_result.h
modules/md/md_status.c
modules/md/md_status.h
modules/md/md_store.c
modules/md/md_store.h
modules/md/md_store_fs.c
modules/md/md_time.c
modules/md/md_time.h
modules/md/md_util.c
modules/md/md_util.h
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md.dsp
modules/md/mod_md_config.c
modules/md/mod_md_config.h
modules/md/mod_md_drive.c
modules/md/mod_md_drive.h
modules/md/mod_md_ocsp.c [new file with mode: 0644]
modules/md/mod_md_ocsp.h [new file with mode: 0644]
modules/md/mod_md_status.c
modules/md/mod_md_status.h