]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: fixed a bug in handling multiple parallel OCSP requests. These could
authorStefan Eissing <icing@apache.org>
Wed, 15 Sep 2021 13:22:27 +0000 (13:22 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 15 Sep 2021 13:22:27 +0000 (13:22 +0000)
commit44abd7180eba78f04875a5e6f7a0731b4bde8dbb
tree71e8cf59a7852f38391ccbc6f55fbfd6f852ec0f
parent60114224ffaa58dd0bc9941937b4e1eb0fc03544
  *) 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/trunk@1893359 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