Graham Leggett 53df09ba8ff Add fedora and interop. 16 Oct 2024 Graham Leggett 4c141a42a75 Add jenkinsfile 05 Mar 2024 Dirk-Willem van Gulik c3b0feb90e9 Slightlyu richer constraint setup 19 Oct 2023 Dirk-Willem van Gulik e16e74fd815 Fix SCEP testcases submitted by Peter Gutmann <pgut001@cs.auckland.ac.nz> 19 Oct 2023 Graham Leggett 5144726741a Bump version after tag. 10 May 2020 Graham Leggett 31a847910ae Use the AP_DECLARE_MODULE() macro so that per-module logging works properly. 05 May 2020 Graham Leggett 731f1fef851 If there is no messageData to be transmitted, the entire pkcsPKIEnvelope MUST be omitted. 05 May 2020 Graham Leggett 16117ccd5f0 Update generated files after commit. 05 May 2020 Graham Leggett 6fb1117e60b This FIXME was fixed - hash was replaced with an array. https://jira.redwax.eu/browse/REDWAX-76 19 Mar 2020 REDWAX-76 Graham Leggett c2f0acc99d2 Remove some more dead code. https://jira.redwax.eu/browse/REDWAX-76 19 Mar 2020 REDWAX-76 Graham Leggett 036f9ca95a7 Remove dead code. https://jira.redwax.eu/browse/REDWAX-76 19 Mar 2020 REDWAX-76 Dirk-Willem van Gulik c9ef303328f Add author files in accodance to governance, etc. 15 Mar 2020 Graham Leggett 74a743097d6 p7 is a more accorate variable name. 25 Feb 2020 Graham Leggett 81ea26476d1 Revert - this breaks interop with MacOS. 24 Feb 2020 Graham Leggett 1d1420f5568 Remove attempt to set an additional wrapped PKCS7 structure with PKCS7_content_new(), and revert to setting the wrapped
type from first principles. 24 Feb 2020 Graham Leggett 8f46edbb350 Remove a stray attempt to set an additional wrapped PKCS7 structure with PKCS7_content_new(). 24 Feb 2020 Graham Leggett 80b6b7ba5fa Encrypt responses with AES instead of DES3. 16 Feb 2020 Graham Leggett d1d0bb4b183 Add a temporary signature to the certificate sign request that is passed for signing. 15 Feb 2020 Graham Leggett 020310fd335 Don't try and free an algorithm if unset. 15 Feb 2020 Graham Leggett b62a67bcc4f Correct the check for "No content body, and no 'message' parameter". 15 Feb 2020 Graham Leggett c57df6f848e Change the order of processing PKIOPeration requests so that PKCS7 POST bodies are parsed first before interpreting a message parameter.
This works around clients that send bogus message values along with
POST bodies. 15 Feb 2020 Graham Leggett c3c72b5735b Bump version to 0.2.4. 15 Feb 2020 Graham Leggett 0847f7a11eb Update / autoreconf. 05 Jan 2020 Graham Leggett d7d76bf820e Fix detection of X509_req_st.sig_alg. 05 Jan 2020 Graham Leggett c5c46274d93 Set to a pointer. 05 Jan 2020 Graham Leggett aabfe2fbd88 req_info and sig_alg are pointers. 05 Jan 2020 Graham Leggett 5b20592bf39 Correct the name of the structure member. 05 Jan 2020 Graham Leggett b89173a8cb2 Use autoconf to detect X509_REQ_set1_signature 05 Jan 2020 Graham Leggett b404fb65ffb RPM spec file: build natively on Redhat, SUSE and Mageia. 04 Jan 2020 Graham Leggett 4b1642e8250 Bump version before tag. 21 Dec 2019 Dirk-Willem van Gulik ce25ff5c7bf Also distribute the compile-glue for the small range of OpenSSL that lacks X509_REQ setters. 13 Dec 2019 Graham Leggett 4e1c81472a0 Update changelog. 08 Dec 2019 Graham Leggett e392a0f6de9 Remove unused variable. 08 Dec 2019 Graham Leggett 03f08c2c543 Bump version before tag. 08 Dec 2019 Dirk-Willem van Gulik 9af841fd562 Fixed a missing API change. 08 Dec 2019 Dirk-Willem van Gulik bf5f5c903ea As the OpenSSL discussion may not finish before 1.1.1e -- isolate ourselves for now - so we can tag a relase for NixOS builds earlier. 06 Dec 2019 Dirk-Willem van Gulik 246d2fadd78 Adapt to changens on openssl-master for 1.1.1e II 04 Dec 2019 Dirk-Willem van Gulik 663d3528875 Introduce a stopgap measure for the missing setter in OpenSSL 1.1.0..1.1.1. 03 Dec 2019 Dirk-Willem van Gulik efe2a93db96 Also include the modified makefile.in generated from the makefile.am 30 Nov 2019 Dirk-Willem van Gulik dc7eaca28ac Apply the fix of r142 to get NixOS install control to the other modules; add a plain config.h.in file back in. --Tis line, and those below, will be ignored--
M mod_crl/trunk/Makefile.am
M mod_csr/trunk/Makefile.am
M mod_ocsp/trunk/Makefile.am
M mod_pkcs12/trunk/Makefile.am
M mod_scep/trunk/Makefile.am
M mod_spkac/trunk/Makefile.am
M mod_timestamp/trunk/Makefile.am
A mod_spkac/trunk/config.h.in 30 Nov 2019 Graham Leggett 32cc67b4897 Add support for the expression API, and remove the obsolete CGI options. 20 Apr 2019 Graham Leggett 3e52aeefa5b Tab to space. 19 Apr 2019 Graham Leggett 5be7c20e438 Add a cleanup for the EVP key. 07 Apr 2019 Graham Leggett 128e59d1e5a PKIOperation request bodies are no longer application/x-pki-message, be specific about application/x-www-form-urlencoded when we parse
the form. Clarify the error messages returned by PKIOperation to
indicate the operation being performed. 31 Mar 2019 Graham Leggett 34baf8e0646 Honour CFLAGS during build. 24 Feb 2019 Graham Leggett 3327f4e94d2 Initial import of mod_scep. 23 Sep 2017 Graham Leggett 9e3d8939991 Initial structure for mod_scep. 23 Sep 2017