]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of /httpd/httpd/trunk:r1913837,1916861,1916907
authorStefan Eissing <icing@apache.org>
Thu, 6 Jun 2024 14:29:10 +0000 (14:29 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 6 Jun 2024 14:29:10 +0000 (14:29 +0000)
commit09f585f5fd3e226c1e19968c7177ea774fe95877
tree5a6d7c62a976fd4fb4093e37d36cf58a1bf0868c
parent38a4072d76e8dd733f8865d23aa8e10b1844724c
Merge of /httpd/httpd/trunk:r1913837,1916861,1916907

 * mod_md:
   - Using OCSP stapling information to trigger certificate renewals. Proposed
     by @frasertweedale.
   - Added directive `MDCheckInterval` to control how often the server checks
     for detected revocations. Added proposals for configurations in the
     README.md chapter "Revocations".
   - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is
     allowed in RFC 6960. Treat those as having an update interval of 12 hours.
     Added by @frasertweedale.
   - Adapt OpenSSL usage to changes in their API. By Yann Ylavic.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918195 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
changes-entries/md_2.4.26.txt [new file with mode: 0644]
modules/md/md_crypt.c
modules/md/md_ocsp.c
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_version.h
modules/md/mod_md_config.c
modules/md/mod_md_config.h
modules/md/mod_md_drive.c
test/modules/md/dns01_v2.py [new file with mode: 0755]
test/modules/md/md_cert_util.py
test/modules/md/md_env.py