]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md v2.2.3:
authorStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:06:15 +0000 (10:06 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:06:15 +0000 (10:06 +0000)
commit489d4719df979f4d119bdc87cd02e8476e231331
treef7c6db1b4e696a198104db9b215f240449b7b4e8
parentea50310ae2b8dfa99934b5ea3396e85a7a9ce61a
  *) mod_md v2.2.3:
     - Configuring MDCAChallenges replaces any previous existing challenge configuration. It
       had been additive before which was not the intended behaviour. [@mkauf]
     - Fixing order of ACME challenges used when nothing else configured. Code now behaves as
       documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this.
     - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik].
     - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted
       "transfer-encoding" to POST requests. This failed in directy communication with
       Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869392 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/md/md_acme.c
modules/md/md_acme_drive.c
modules/md/md_curl.c
modules/md/md_http.c
modules/md/md_version.h
modules/md/mod_md_config.c