Graham Leggett 2f32d973c51 mod_ca_engine: Fix signedness warnings related to bitwise flags. 16 Oct 2024 Graham Leggett 84ed1b342fa Restart needs sudo. 16 Oct 2024 Graham Leggett 1e7eff7d654 mod_ca_engine: Allow the module to build and give a warning when OpenSSL ENGINE support is not present in OpenSSL. 16 Oct 2024 Graham Leggett 3712354a857 mod_ca_disk: Fix signedness warnings related to bitwise flags. 16 Oct 2024 Graham Leggett 82a6a3cf592 mod_ca_ldap: Allow the module to build and give a warning when LDAP support is not present in APR-util. 16 Oct 2024 Graham Leggett 8917562a40d mod_ca_simple: Fix signedness warnings related to bitwise flags. 16 Oct 2024 Graham Leggett a351350057d Add httpd-restart. 15 Oct 2024 Graham Leggett 2df1e00736a Add interop target. 15 Oct 2024 Graham Leggett 934f31cbe35 Add a Fedora build. 14 Oct 2024 Graham Leggett 2cd4dc51656 Remmove macos for now. 05 Mar 2024 Graham Leggett f3bcc7d81d3 Remove unused checkout step. 05 Mar 2024 Graham Leggett 9ae2b91a377 Pass destdir on the install step. 05 Mar 2024 Graham Leggett 6b8e111ba26 Attempt an install. 05 Mar 2024 Graham Leggett 942a2209380 Add missing colon. 05 Mar 2024 Graham Leggett 3525c765f80 Add a checkout step. 05 Mar 2024 Graham Leggett 6b83abd3341 Add initial Jenkinsfile. 05 Mar 2024 Dirk-Willem van Gulik 769210b0c3b B e a bit cautious about key identifiers (as they may be under client control) getting used for filenames. 19 Oct 2023 Graham Leggett cd73eeb3f93 mod_ca_ldap: Fix a stack overflow when escaping an LDAP distinguished name with characters outside the ASCII set. 27 Jul 2023 Graham Leggett ffce8877049 Bump to next version 0.2.4. 09 May 2020 Graham Leggett cb27477da02 Use the AP_DECLARE_MODULE() macro so that per-module logging works properly. 05 May 2020 Graham Leggett 9e8b178cdad Make sure the signer certificate is included as the first intermediate certificate in the chain for mod_ca_simple and
mod_ca_engine. Clearly log the certificate chain. 04 May 2020 Graham Leggett 7ee2fe98826 Bump the version to 0.2.3. 04 May 2020 Graham Leggett a07cf595a01 This is a note, this does not need fixing. https://jira.redwax.eu/browse/REDWAX-76 19 Mar 2020 REDWAX-76 Dirk-Willem van Gulik 992b6166dd6 Add author files in accodance to governance, etc. 15 Mar 2020 Dirk-Willem van Gulik 001884cf914 Some algoritms, such as 'X9.42 DH' have a space in them (full list with < openssl list -public-key-algorithms >). So we need to be slightly more careful with tokenizing - and thus vall back of ARGV which understands ticks and double quoted text. 10 Jan 2020 Dirk-Willem van Gulik 8ba957e515b Move clear-error (as a non-existent algoritm does not actually set an error - so we get confusing cruft if it is not cleared. 08 Jan 2020 Graham Leggett 77763a6522d apr_file_link() is not supported on apr < 1.4. 05 Jan 2020 Graham Leggett 0e6fe9080ac Remove further references to ap_state_query(). 04 Jan 2020 Graham Leggett f779a939d3f Remove reference to APLOG_TRACE1. 04 Jan 2020 Graham Leggett 08376241ee5 Remove references to APLOGNO. 04 Jan 2020 Graham Leggett b3c0e7ba60b Set LDFLAGS back to LIBS. 04 Jan 2020 Graham Leggett 8d8199f4291 Go one back on the requirements for APR versions. 04 Jan 2020 Graham Leggett 692e7de5f70 Support platforms where apr_crypto_clear() is not present. 04 Jan 2020 Graham Leggett b442d386894 Remove unnecessary ap_state_query call. 04 Jan 2020 Graham Leggett 54cb87d459b Update configure. 04 Jan 2020 Graham Leggett 4a2d2aa62d2 Remove stray requires line. 04 Jan 2020 Graham Leggett 717feb098e5 Remove the package name from the summary. 04 Jan 2020 Graham Leggett 073a4832c08 Pass LIBS flag to get openssl detected correctly. 04 Jan 2020 Graham Leggett aecc00bac50 Bump the version to v0.2.2. Add tests for openssl headers. 04 Jan 2020 Graham Leggett 1da556ded19 RPM spec file: build natively on Redhat, SUSE and Mageia. 04 Jan 2020 Graham Leggett 6ef0110df42 Update changelog. 08 Dec 2019 Graham Leggett c4aa48f185b Bump version before tag. 08 Dec 2019 Dirk-Willem van Gulik 280b06e5aa2 Add the autoconf generated files back in; as it breaks builds in way to many ways. 29 Nov 2019 Dirk-Willem van Gulik f03a32bbd7e Allow installtime redirection of libexec (for the modules) and the incude files that differs from the APXS location (where the rest of the modules and include live. This lets us work with the NixOS buuld and package system that keeps thse religiously separate. Also remove the generated files - autoconf/automake will regenerate them. 29 Nov 2019 Graham Leggett 63d35731048 Alphabetise the hook implemetations to make them easier to document. 02 Nov 2019 Graham Leggett 8fc6ac4a922 Use apr_hash_this(), as it works on more versions of apr. 29 Aug 2019 Graham Leggett c4576480885 Remove unused log_config code. 29 Aug 2019 Graham Leggett c40284a9b41 Handle another instance of X509_CRL_get0_lastUpdate. 29 Aug 2019 Graham Leggett 0ab0088d17b X509_CRL_get0_lastUpdate() does not appear to exist in all versions of openssl as the docs suggest. 29 Aug 2019 Graham Leggett de6ef3023c9 Tabs to spaces. 28 Aug 2019