- 2024-07-23
Redwax SignText v0.9.0 released for GTK and Adwaita, along with the crypto.signText()
addon for Firefox.
- 2024-03-19
Redwax SignText is added, an implementation of crypto.signText()
allowing signing on the web.
- 2024-02-13
Release v0.9.4 of the Redwax Tool. Read certificates and keys from a MacOS Keychain file. Explicit import of trusted PEM certificates.
- 2023-10-19
Release v0.9.3 of the Redwax Tool. Output certificate expiry as ICAL calendar or reminder entries. Allow ordering of certificates and keys to cater for Postfix order as opposed to Httpd order. Allow control over the verification date, and allow expired certificates to be verified.
- 2023-02-26
Release v0.9.2 of the Redwax Tool. Add ability to read and write certificates as given users or groups. Output SSH public keys, and DER certificates..
- 2021-12-11
Release v0.9.1 of the Redwax Tool. Simplify the default behaviour of filters on the command line.
- 2021-12-04
First release v0.9.0 of the Redwax Tool. Download available here.
- 2021-09-03
Redwax Tool is added, the universal certificate conversion tool. Convert PEM to PEM, PKCS12, PKCS11 or NSS. Working towards the first release.
- 2021-08-07
Experimental module added, mod_cms_verify, which can be used as a read through POST handler that verifies if the inbound data for the POST is digitally signed (CMS/PKCS#7 or with a defacto industry JSON pacakge).
- 2021-08-01
Experimental module added, mod_cms_sign, which allows for on the fly creation of a PKCS#7 or CMS signed package of the data.
- 2020-08-01
Experimental module added, mod_sign, which supports unmanaged keys, as used in DNSSec, DMARC and for the Google/Apple GAEN keys. It has a very simple REST api -- see the README.
- 2020-06-01
All modules updated - no major change.s
- 2020-03-25
RedWax is now in MacPorts for Apple macOS 10.9 and newer -- see mod_ca, mod_crl, mod_ocsp, mod_csr, mod_pkcs12, mod_scep, mod_timestamp and so on.
- 2020-03-18
Not quite ready for primetime; but with support for AJP becoming scarce, there has been a need to get information from an Apache httpd (such as the certificate used to authenticate) to a backend server (Tomcat, etc) in a secure way.
These two new modules: mod_auth_bearer and mod_autht_jwt can handle the authenticaiton on bearer tokens (as used in JWT and OAuth2) and the passing/populating of those in a proxy. Still work in progress; and it does depend on the newly fangled apr-util 1.7 its secure json, jose and crypto sypport.
Depending on how things work out - it will either become part of the normal apache-httpd mainline distributions - or continued separately at redwax.eu (to be continued...).
- 2020-03-01
RedWax Interoperability testsite for CSR (Microsoft/RFC2986/PKCS10 style) now open for business.
- 2020-02-24
NixOS packages for redwax updated to latest versions (that also makes all NixOS tests pass).
- 2020-02-22
Two new modules:
mod_cert and
mod_pkcs7
-- making it easier to publish the chain/intermediate certificates automatically.
- 2020-02-15
Interoperability test site available; with timestamping and SCEP. To facilitate cross industry testing and standards development.
- 2020-02-08
Update to 0.2.3 for
mod_scep
(release notes),
mod_crl
(release notes) and
mod_csr
(release notes).
No security updates, minor improvements to autoconf, RPM improvements for Redhat, SUSE and europe oriented Mageia.
- 2019-12-21
Update to 0.2.2 for
mod_ocsp
(release notes),
mod_timestamp
(release notes),
mod_pkcs12
(release notes) and
mod_spkac
(release notes).
No security updates, openssl workaround for missing APIs (0.9->1.x), minor improvements to autoconf, RPM improvements for Redhat, SUSE and europe oriented Mageia.
- 2019-12-08
Update to 0.2.1 for all modules.