summaryrefslogtreecommitdiff
path: root/modules/md
Commit message (Expand)AuthorAgeFilesLines
* Fix some typo.Christophe Jaillet2021-12-269-13/+13
* * mod_md: install the early config hook with _FIRST, so thatStefan Eissing2021-11-301-1/+1
* * mod_md: resurrection of r1893969 after accidental overwrite in r1894610Stefan Eissing2021-11-242-7/+12
* *) mod_md: values for External Account Binding (EAB) canStefan Eissing2021-11-242-5/+45
* * mod_md: EC private key generation for openssl 3.0 in separateStefan Eissing2021-11-031-0/+16
* *) mod_md: adding v2.4.8 with the following changesStefan Eissing2021-10-2923-343/+814
* * Fix memory leak in case of failures to load the private key.Ruediger Pluem2021-10-071-5/+10
* *) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'Stefan Eissing2021-09-174-3/+19
* *) mod_md: fixed a bug in handling multiple parallel OCSP requests. These c...Stefan Eissing2021-09-155-14/+26
* fix time-of-use vs time-of-checkRuediger Pluem2021-09-141-1/+1
* mod_md:Stefan Eissing2021-09-014-1/+45
* *) mod_md:Stefan Eissing2021-07-206-16/+39
* *) mod_md: fixed a potential null pointer dereference if ACME/OCSPStefan Eissing2021-07-1216-238/+246
* mod_md: removing the previous libressl workaround and adding the realStefan Eissing2021-05-181-8/+3
* mod_md: workaround for missing libressl definitions. [Giovanni Bechis]Stefan Eissing2021-05-181-0/+5
* * Spelling fixes after review by @bigio.Stefan Eissing2021-05-121-1/+1
* mod_md: make sure its post-config hook runs before mod_watchdog. ifStefan Eissing2021-04-221-3/+7
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-206-31/+26
* mod_md: fixed a conversion warning, bumped version number.Stefan Eissing2021-04-132-3/+3
* update the damn log tags.Stefan Eissing2021-04-131-2/+2
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-138-162/+290
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* mod_md: make certain that the post config after ssl part runs really late.Stefan Eissing2021-03-242-4/+4
* Resolving gcc's "error: too many arguments for format [-Werror=format-extra-a...Stefan Eissing2021-03-241-1/+1
* Fixing trace logging printf to have the correct args now that we number certs.Stefan Eissing2021-03-231-3/+2
* mod_md:Stefan Eissing2021-03-2210-122/+154
* lets try ASN1_STRING_data() for openssl 1.0.2Stefan Eissing2021-03-091-2/+4
* refrain from handling ip address alt names in pre 1.1 opensslStefan Eissing2021-03-081-4/+2
* Use ASN1_STRING_data() if openssl verison < 1.1.Stefan Eissing2021-03-081-0/+4
* log tags, my nemesisStefan Eissing2021-03-081-1/+1
* *) mod_md: v2.4.0 with improvements and bugfixesStefan Eissing2021-03-0846-1273/+2191
* Synch from mod_md github:Joe Orton2021-03-031-2/+6
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-1/+1
* *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29Stefan Eissing2020-10-151-2/+2
* 'md_ocsp_get_stapling_status()' should return int, not apr_status_t.Christophe Jaillet2020-10-112-3/+3
* Add error checks in md_json_readbGiovanni Bechis2020-06-041-4/+7
* mod_md: update duplicated APLOGNOs.Yann Ylavic2020-05-121-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-163-1/+4
* mod_{ssl,md}: init_stapling_status hooks should return an int.Yann Ylavic2020-04-152-3/+3
* mod_md: re-applying the parts of r1873985 that got overwritten by the latest ...Stefan Eissing2020-02-2110-23/+23
* mod_md: fixed version string by removing -git, thanks for spotting @steffenal.Stefan Eissing2020-02-191-1/+1
* *) mod_md:Stefan Eissing2020-02-1717-87/+150
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1310-23/+23
* * modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4:Joe Orton2020-01-141-0/+2
* *) mod_md: v2.2.4 from github, Fixes a compile time issue with OpenSSL 1.0....Stefan Eissing2019-11-193-6/+24
* *) mod_md v2.2.3: Stefan Eissing2019-11-056-20/+15
* Fix an incorrect NULL checked.Christophe Jaillet2019-10-261-1/+1
* mod_md: fixes compiler warning about initialization, version bumb.Stefan Eissing2019-10-252-4/+4
* mod_md: resolve duplicate tag.Yann Ylavic2019-10-201-1/+1
* *) mod_md: Adding the several new features.Stefan Eissing2019-10-1647-1637/+4736