]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of /httpd/httpd/trunk:r1893359
authorStefan Eissing <icing@apache.org>
Wed, 15 Sep 2021 13:41:35 +0000 (13:41 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 15 Sep 2021 13:41:35 +0000 (13:41 +0000)
commitdedd251e93fce01b0f7dd9cf5c7d057f7af4e908
treed0ec5a95e74f743f7c5b3339c5c5ae42ff193ed8
parentb1b36ddc91239b44ef82aba55aad8c548fbffe06
Merge of /httpd/httpd/trunk:r1893359

  *) mod_md: fixed a bug in handling multiple parallel OCSP requests. These could
     run into an assertion which terminated (and restarted) the child process where
     the task was running. Eventually, all OCSP responses were collected, but not
     in the way that things are supposed to work.
     See also <https://bz.apache.org/bugzilla/show_bug.cgi?id=65567>.
     The bug was possibly triggered when more than one OCSP status needed updating
     at the same time. For example for several renewed certificates after a server
     reload.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893360 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/md_ocsp_multi_update.txt [new file with mode: 0644]
modules/md/md_curl.c
modules/md/md_ocsp.c
modules/md/md_reg.c
modules/md/md_store_fs.c
modules/md/md_version.h