| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_md: a possible NULL pointer deref was fixed in | Stefan Eissing | 2022-04-22 | 2 | -3/+3 |
* | * Implement full auto status ("key: value" type status output). | Stefan Eissing | 2022-04-19 | 2 | -176/+391 |
* | *) mod_md: fix compiler warning about NULL arg to a %s log. Fixes PR 65955. | Stefan Eissing | 2022-03-16 | 1 | -1/+3 |
* | * mod_md) do not interfere with requests to /.well-known/acme-challenge/ | Stefan Eissing | 2022-02-08 | 1 | -0/+9 |
* | *) mod_md: the status description in MDomain's JSON, exposed in the | Stefan Eissing | 2022-02-07 | 1 | -2/+7 |
* | Fix some typo. | Christophe Jaillet | 2021-12-26 | 9 | -13/+13 |
* | * mod_md: install the early config hook with _FIRST, so that | Stefan Eissing | 2021-11-30 | 1 | -1/+1 |
* | * mod_md: resurrection of r1893969 after accidental overwrite in r1894610 | Stefan Eissing | 2021-11-24 | 2 | -7/+12 |
* | *) mod_md: values for External Account Binding (EAB) can | Stefan Eissing | 2021-11-24 | 2 | -5/+45 |
* | * mod_md: EC private key generation for openssl 3.0 in separate | Stefan Eissing | 2021-11-03 | 1 | -0/+16 |
* | *) mod_md: adding v2.4.8 with the following changes | Stefan Eissing | 2021-10-29 | 23 | -343/+814 |
* | * Fix memory leak in case of failures to load the private key. | Ruediger Pluem | 2021-10-07 | 1 | -5/+10 |
* | *) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>' | Stefan Eissing | 2021-09-17 | 4 | -3/+19 |
* | *) mod_md: fixed a bug in handling multiple parallel OCSP requests. These c... | Stefan Eissing | 2021-09-15 | 5 | -14/+26 |
* | fix time-of-use vs time-of-check | Ruediger Pluem | 2021-09-14 | 1 | -1/+1 |
* | mod_md: | Stefan Eissing | 2021-09-01 | 4 | -1/+45 |
* | *) mod_md: | Stefan Eissing | 2021-07-20 | 6 | -16/+39 |
* | *) mod_md: fixed a potential null pointer dereference if ACME/OCSP | Stefan Eissing | 2021-07-12 | 16 | -238/+246 |
* | mod_md: removing the previous libressl workaround and adding the real | Stefan Eissing | 2021-05-18 | 1 | -8/+3 |
* | mod_md: workaround for missing libressl definitions. [Giovanni Bechis] | Stefan Eissing | 2021-05-18 | 1 | -0/+5 |
* | * Spelling fixes after review by @bigio. | Stefan Eissing | 2021-05-12 | 1 | -1/+1 |
* | mod_md: make sure its post-config hook runs before mod_watchdog. if | Stefan Eissing | 2021-04-22 | 1 | -3/+7 |
* | core/ap_ssl_*: changes after review by rpluem | Stefan Eissing | 2021-04-20 | 6 | -31/+26 |
* | mod_md: fixed a conversion warning, bumped version number. | Stefan Eissing | 2021-04-13 | 2 | -3/+3 |
* | update the damn log tags. | Stefan Eissing | 2021-04-13 | 1 | -2/+2 |
* | *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ... | Stefan Eissing | 2021-04-13 | 8 | -162/+290 |
* | *) core: provide ap_ssl_* functions in new http_ssl.h header file. | Stefan Eissing | 2021-03-26 | 1 | -0/+1 |
* | mod_md: make certain that the post config after ssl part runs really late. | Stefan Eissing | 2021-03-24 | 2 | -4/+4 |
* | Resolving gcc's "error: too many arguments for format [-Werror=format-extra-a... | Stefan Eissing | 2021-03-24 | 1 | -1/+1 |
* | Fixing trace logging printf to have the correct args now that we number certs. | Stefan Eissing | 2021-03-23 | 1 | -3/+2 |
* | mod_md: | Stefan Eissing | 2021-03-22 | 10 | -122/+154 |
* | lets try ASN1_STRING_data() for openssl 1.0.2 | Stefan Eissing | 2021-03-09 | 1 | -2/+4 |
* | refrain from handling ip address alt names in pre 1.1 openssl | Stefan Eissing | 2021-03-08 | 1 | -4/+2 |
* | Use ASN1_STRING_data() if openssl verison < 1.1. | Stefan Eissing | 2021-03-08 | 1 | -0/+4 |
* | log tags, my nemesis | Stefan Eissing | 2021-03-08 | 1 | -1/+1 |
* | *) mod_md: v2.4.0 with improvements and bugfixes | Stefan Eissing | 2021-03-08 | 46 | -1273/+2191 |
* | Synch from mod_md github: | Joe Orton | 2021-03-03 | 1 | -2/+6 |
* | Adding more ap_ssl_* functions and hooks to the core server. | Stefan Eissing | 2021-03-02 | 1 | -1/+1 |
* | *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29 | Stefan Eissing | 2020-10-15 | 1 | -2/+2 |
* | 'md_ocsp_get_stapling_status()' should return int, not apr_status_t. | Christophe Jaillet | 2020-10-11 | 2 | -3/+3 |
* | Add error checks in md_json_readb | Giovanni Bechis | 2020-06-04 | 1 | -4/+7 |
* | mod_md: update duplicated APLOGNOs. | Yann Ylavic | 2020-05-12 | 1 | -2/+2 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 3 | -1/+4 |
* | mod_{ssl,md}: init_stapling_status hooks should return an int. | Yann Ylavic | 2020-04-15 | 2 | -3/+3 |
* | mod_md: re-applying the parts of r1873985 that got overwritten by the latest ... | Stefan Eissing | 2020-02-21 | 10 | -23/+23 |
* | mod_md: fixed version string by removing -git, thanks for spotting @steffenal. | Stefan Eissing | 2020-02-19 | 1 | -1/+1 |
* | *) mod_md: | Stefan Eissing | 2020-02-17 | 17 | -87/+150 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 10 | -23/+23 |
* | * modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4: | Joe Orton | 2020-01-14 | 1 | -0/+2 |
* | *) mod_md: v2.2.4 from github, Fixes a compile time issue with OpenSSL 1.0.... | Stefan Eissing | 2019-11-19 | 3 | -6/+24 |