summaryrefslogtreecommitdiff
path: root/modules/md
Commit message (Expand)AuthorAgeFilesLines
* * Silence 'may be used uninitialized' warningRuediger Pluem2023-04-111-1/+1
* mod_md: Fix compat warnings with OpenSSL 3.0.Yann Ylavic2023-03-191-12/+31
* *) mod_md:Stefan Eissing2023-03-0512-58/+84
* mod_md v2.4.19 from github syncStefan Eissing2022-08-2513-67/+347
* *) mod_md: update version after release on githubStefan Eissing2022-06-021-1/+1
* *) mod_md: resurrect r1898962 lost by a change merge.Stefan Eissing2022-05-261-1/+2
* *) mod_md: a logic bug in sending long OCSP HTTP request bodies was fixed.Stefan Eissing2022-05-251-1/+3
* *) mod_md: handle case in status print when no url is presentStefan Eissing2022-05-141-0/+3
* *) mod_md: the `MDCertificateAuthority` directive can take more than one UR...Stefan Eissing2022-05-1317-106/+288
* *) mod_md: fixed a bug leading to failed transfers for OCSPStefan Eissing2022-05-063-23/+15
* *) mod_md: added support for managing certificates via aStefan Eissing2022-04-2720-19/+565
* *) mod_md: a possible NULL pointer deref was fixed inStefan Eissing2022-04-222-3/+3
* * Implement full auto status ("key: value" type status output).Stefan Eissing2022-04-192-176/+391
* *) mod_md: fix compiler warning about NULL arg to a %s log. Fixes PR 65955.Stefan Eissing2022-03-161-1/+3
* * mod_md) do not interfere with requests to /.well-known/acme-challenge/Stefan Eissing2022-02-081-0/+9
* *) mod_md: the status description in MDomain's JSON, exposed in theStefan Eissing2022-02-071-2/+7
* 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