]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Set of changes to bring mod_md into the 2.4.x branch.
authorStefan Eissing <icing@apache.org>
Mon, 27 Nov 2017 10:44:56 +0000 (10:44 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 27 Nov 2017 10:44:56 +0000 (10:44 +0000)
commit86c91e326637fbfa7fae9c0472bf22bd4ab9e0bd
tree528434cb1502c60a8fd2c0678ac1784fefe20ca6
parent680950e08b9659a2e3e14fe76b152b55ba3dc80d
Set of changes to bring mod_md into the 2.4.x branch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-mod_md@1816423 13f79535-47bb-0310-9956-ffa450edef68
49 files changed:
docs/manual/mod/mod_md.xml [new file with mode: 0644]
docs/manual/mod/mod_md.xml.meta [new file with mode: 0644]
docs/manual/sections.xml
modules/md/Makefile [new file with mode: 0644]
modules/md/Makefile.in [new file with mode: 0644]
modules/md/config2.m4 [new file with mode: 0644]
modules/md/md.h [new file with mode: 0644]
modules/md/md_acme.c [new file with mode: 0644]
modules/md/md_acme.h [new file with mode: 0644]
modules/md/md_acme_acct.c [new file with mode: 0644]
modules/md/md_acme_acct.h [new file with mode: 0644]
modules/md/md_acme_authz.c [new file with mode: 0644]
modules/md/md_acme_authz.h [new file with mode: 0644]
modules/md/md_acme_drive.c [new file with mode: 0644]
modules/md/md_core.c [new file with mode: 0644]
modules/md/md_crypt.c [new file with mode: 0644]
modules/md/md_crypt.h [new file with mode: 0644]
modules/md/md_curl.c [new file with mode: 0644]
modules/md/md_curl.h [new file with mode: 0644]
modules/md/md_http.c [new file with mode: 0644]
modules/md/md_http.h [new file with mode: 0644]
modules/md/md_json.c [new file with mode: 0644]
modules/md/md_json.h [new file with mode: 0644]
modules/md/md_jws.c [new file with mode: 0644]
modules/md/md_jws.h [new file with mode: 0644]
modules/md/md_log.c [new file with mode: 0644]
modules/md/md_log.h [new file with mode: 0644]
modules/md/md_reg.c [new file with mode: 0644]
modules/md/md_reg.h [new file with mode: 0644]
modules/md/md_store.c [new file with mode: 0644]
modules/md/md_store.h [new file with mode: 0644]
modules/md/md_store_fs.c [new file with mode: 0644]
modules/md/md_store_fs.h [new file with mode: 0644]
modules/md/md_util.c [new file with mode: 0644]
modules/md/md_util.h [new file with mode: 0644]
modules/md/md_version.h [new file with mode: 0644]
modules/md/mod_md.c [new file with mode: 0644]
modules/md/mod_md.dsp [new file with mode: 0644]
modules/md/mod_md.h [new file with mode: 0644]
modules/md/mod_md_config.c [new file with mode: 0644]
modules/md/mod_md_config.h [new file with mode: 0644]
modules/md/mod_md_os.c [new file with mode: 0644]
modules/md/mod_md_os.h [new file with mode: 0644]
modules/md/mod_md_private.h [new file with mode: 0644]
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_ssl.h