]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merged /httpd/httpd/trunk:r1869392
authorStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:22:33 +0000 (10:22 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:22:33 +0000 (10:22 +0000)
commit75a73cc612a0e4475e7059d485db2b5f3844bcf4
tree5b152e6fa21ca48eaf321d0a9e8802305632fc8b
parentaaf7c0d46d5ef3c1587f43aa25d502c842af6bb9
Merged /httpd/httpd/trunk:r1869392

  *) 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. [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869394 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
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