Releases: MatthiasValvekens/certomancer
Certomancer 0.13.0 beta
The release artifacts have been published to PyPI.
Certomancer 0.12.3 beta
The release artifacts have been published to PyPI.
Certomancer 0.12.0 beta
The release artifacts have been published to PyPI.
Certomancer 0.11.0 beta
The release artifacts have been published to PyPI.
New features
- Allow generating OCSP responses without
nextUpdate
Certomancer 0.10.0 beta
The release artifacts have been published to PyPI.
- Release workflow using GitHub actions and Sigstore.
0.9.1 beta
0.9.0 beta
What's Changed
- Add mypy support by @MatthiasValvekens in #7
- Standardise on
black. - Add rudimentary PKCS#11 writing support ("Alchemist")
Full Changelog: 0.8.3...0.9.0
0.8.3 beta
This is a maintenance release to address a number of bugs and development setup issues.
What's Changed
- password type is Optional[bytes] not str by @peteris-zealid in #3
- provide example for key generation by @peteris-zealid in #1
- AIO test upgrades by @MatthiasValvekens in #6
- Reinstate asn1crypto registration of AA types by @MatthiasValvekens in #5 (see also #4)
- Miscellaneous issues:
tzlocalimport was corrected, key loading errors were consolidated.
New Contributors
- @peteris-zealid made their first contribution in #3
Full Changelog: 0.8.2...0.8.3
0.8.2 beta
This is a maintenance release to upgrade asn1crypto to 1.5.0, which allows us to drop the compatibility shims for EdDSA and attribute certificate encoding.
0.8.1 beta
This is a bugfix release for 0.8.0, addressing an issue with Certomancers mock TSA server. Previously, sending a timestamp request without a nonce would result in an error. This patch release addresses that issue.