]> granicus.if.org Git - apache/commit
On the trunk:
authorStefan Eissing <icing@apache.org>
Wed, 13 Sep 2017 14:16:49 +0000 (14:16 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 13 Sep 2017 14:16:49 +0000 (14:16 +0000)
commit0c2ae2a804dae76a991be48a6ea493e16432d809
tree097af5f4dbc9da9e244f1a40b0087239663808bb
parent49f1beaadaae6e62302cbc96a2a077dc7601c30b
On the trunk:

mod_md: v0.9.5:
     - New directive (srly: what do you expect at this point?) "MDMustStaple on|off" to control if
       new certificates are requested with the OCSP Must Staple extension.
     - Known limitation: when the server is configured to ditch and restart child processes, for example
       after a certain number of connections/requests, the mod_md watchdog instance might migrate
       to a new child process. Since not all its state is persisted, some messsages might appear a
       second time in the logs.
     - Adding checks when 'MDRequireHttps' is used. It is considered an error when 'MDPortMap 443:-'
       is used - which negates that a https: port exists. Also, a warning is logged if no
       VirtualHost can be found for a Managed Domain that has port 443 (or the mapped one) in
       its address list.
     - New directive 'MDRequireHttps' for redirecting http: traffic to a Managed Domain, permanently
       or temporarily.
     - Fix for using a fallback certificate on initial signup of a Managed Domain. Requires also
       a changed mod_ssl patch (v5) to take effect.
     - compatibility with libressl

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808241 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
modules/md/md.h
modules/md/md_acme_authz.c
modules/md/md_core.c
modules/md/md_crypt.c
modules/md/md_crypt.h
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_store_fs.c
modules/md/md_util.c
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