]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md:
authorStefan Eissing <icing@apache.org>
Mon, 17 Feb 2020 14:05:03 +0000 (14:05 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 17 Feb 2020 14:05:03 +0000 (14:05 +0000)
commit350dafdaa08658034a09ee3903527c3e96806df9
treed165ca77e1a6ddff8347c5c6904f5009cc710f8b
parent2fe910c05b3d587327ad624b4ce8cae774f1c945
  *) mod_md:
     - Prefer MDContactEmail directive to ServerAdmin for registration. New directive
       thanks to Timothe Litt (@tlhackque).
     - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now
       check all matching virtual hosts for protocol support. Thanks to @mkauf.
     - Corrected a check when OCSP stapling was configured for hosts
       where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm).
     - Softening the restrictions where mod_md configuration directives may appear. This should
       allow for use in <If> and <Macro> sections. If all possible variations lead to the configuration
       you wanted in the first place, is another matter.
     [Michael Kaufmann <mail michael-kaufmann.ch>, Timothe Litt (@tlhackque),
      Michal Karm Babacek (@Karm), Stefan Eissing (@icing)]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874132 13f79535-47bb-0310-9956-ffa450edef68
18 files changed:
CHANGES
modules/md/md_acme_authz.c
modules/md/md_acme_drive.c
modules/md/md_acme_order.c
modules/md/md_acmev1_drive.c
modules/md/md_crypt.h
modules/md/md_http.h
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_result.c
modules/md/md_status.h
modules/md/md_util.h
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md_config.c
modules/md/mod_md_config.h
modules/md/mod_md_ocsp.c
modules/md/mod_md_os.c