Redwax Server
  1. Redwax Server

mod_scep

Public
AuthorCommitMessageCommit dateIssues
Graham LeggettGraham Leggett
4c141a42a75Add jenkinsfile
Dirk-Willem van GulikDirk-Willem van Gulik
c3b0feb90e9Slightlyu richer constraint setup
Dirk-Willem van GulikDirk-Willem van Gulik
e16e74fd815Fix SCEP testcases submitted by Peter Gutmann <pgut001@cs.auckland.ac.nz>
Graham LeggettGraham Leggett
5144726741aBump version after tag.
Graham LeggettGraham Leggett
31a847910aeUse the AP_DECLARE_MODULE() macro so that per-modulelogging works properly.
Graham LeggettGraham Leggett
731f1fef851If there is no messageData to be transmitted, the entirepkcsPKIEnvelope MUST be omitted.
Graham LeggettGraham Leggett
16117ccd5f0Update generated files after commit.
Graham LeggettGraham Leggett
6fb1117e60bThis FIXME was fixed - hash was replaced with an array.https://jira.redwax.eu/browse/REDWAX-76REDWAX-76
Graham LeggettGraham Leggett
c2f0acc99d2Remove some more dead code.https://jira.redwax.eu/browse/REDWAX-76REDWAX-76
Graham LeggettGraham Leggett
036f9ca95a7Remove dead code.https://jira.redwax.eu/browse/REDWAX-76REDWAX-76
Dirk-Willem van GulikDirk-Willem van Gulik
c9ef303328fAdd author files in accodance to governance, etc.
Graham LeggettGraham Leggett
74a743097d6p7 is a more accorate variable name.
Graham LeggettGraham Leggett
81ea26476d1Revert - this breaks interop with MacOS.
Graham LeggettGraham Leggett
1d1420f5568Remove attempt to set an additional wrapped PKCS7 structurewith PKCS7_content_new(), and revert to setting the wrapped type from first principles.
Graham LeggettGraham Leggett
8f46edbb350Remove a stray attempt to set an additional wrapped PKCS7 structurewith PKCS7_content_new().
Graham LeggettGraham Leggett
80b6b7ba5faEncrypt responses with AES instead of DES3.
Graham LeggettGraham Leggett
d1d0bb4b183Add a temporary signature to the certificate sign request that ispassed for signing.
Graham LeggettGraham Leggett
020310fd335Don't try and free an algorithm if unset.
Graham LeggettGraham Leggett
b62a67bcc4fCorrect the check for "No content body, and no 'message' parameter".
Graham LeggettGraham Leggett
c57df6f848eChange the order of processing PKIOPeration requests so that PKCS7POST bodies are parsed first before interpreting a message parameter. This works around clients that send bogus message values along with POST bodies.
Graham LeggettGraham Leggett
c3c72b5735bBump version to 0.2.4.
Graham LeggettGraham Leggett
0847f7a11ebUpdate / autoreconf.
Graham LeggettGraham Leggett
d7d76bf820eFix detection of X509_req_st.sig_alg.
Graham LeggettGraham Leggett
c5c46274d93Set to a pointer.
Graham LeggettGraham Leggett
aabfe2fbd88req_info and sig_alg are pointers.
Graham LeggettGraham Leggett
5b20592bf39Correct the name of the structure member.
Graham LeggettGraham Leggett
b89173a8cb2Use autoconf to detect X509_REQ_set1_signature
Graham LeggettGraham Leggett
b404fb65ffbRPM spec file: build natively on Redhat, SUSE and Mageia.
Graham LeggettGraham Leggett
4b1642e8250Bump version before tag.
Dirk-Willem van GulikDirk-Willem van Gulik
ce25ff5c7bfAlso distribute the compile-glue for the small range of OpenSSL that lacks X509_REQ setters.
Graham LeggettGraham Leggett
4e1c81472a0Update changelog.
Graham LeggettGraham Leggett
e392a0f6de9Remove unused variable.
Graham LeggettGraham Leggett
03f08c2c543Bump version before tag.
Dirk-Willem van GulikDirk-Willem van Gulik
9af841fd562Fixed a missing API change.
Dirk-Willem van GulikDirk-Willem van Gulik
bf5f5c903eaAs the OpenSSL discussion may not finish before 1.1.1e -- isolate ourselves for now - so we can tag a relase for NixOS builds earlier.
Dirk-Willem van GulikDirk-Willem van Gulik
246d2fadd78Adapt to changens on openssl-master for 1.1.1e II
Dirk-Willem van GulikDirk-Willem van Gulik
663d3528875Introduce a stopgap measure for the missing setter in OpenSSL 1.1.0..1.1.1.
Dirk-Willem van GulikDirk-Willem van Gulik
efe2a93db96Also include the modified makefile.in generated from the makefile.am
Dirk-Willem van GulikDirk-Willem van Gulik
dc7eaca28acApply 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
Graham LeggettGraham Leggett
32cc67b4897Add support for the expression API, and remove the obsoleteCGI options.
Graham LeggettGraham Leggett
3e52aeefa5bTab to space.
Graham LeggettGraham Leggett
5be7c20e438Add a cleanup for the EVP key.
Graham LeggettGraham Leggett
128e59d1e5aPKIOperation 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.
Graham LeggettGraham Leggett
34baf8e0646Honour CFLAGS during build.
Graham LeggettGraham Leggett
3327f4e94d2Initial import of mod_scep.
Graham LeggettGraham Leggett
9e3d8939991Initial structure for mod_scep.