]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: Adding the several new features.
authorStefan Eissing <icing@apache.org>
Wed, 16 Oct 2019 12:31:43 +0000 (12:31 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 16 Oct 2019 12:31:43 +0000 (12:31 +0000)
commit77c96847ce410d47678f78cb543b1dae7db47112
tree0e03267b354434394872c688d979b974393a7bc2
parentc04b49387421a7c98c679e9262b629458c22db57
  *) 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/trunk@1868506 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