Skip to content

Releases: MatthiasValvekens/certomancer

Certomancer 0.13.0 beta

02 Jun 22:11
v0.13.0
f4a59b4

Choose a tag to compare

Pre-release

The release artifacts have been published to PyPI.

Certomancer 0.12.3 beta

17 Nov 15:41
v0.12.3
b3c1fb5

Choose a tag to compare

Pre-release

The release artifacts have been published to PyPI.

Certomancer 0.12.0 beta

16 Mar 00:02
v0.12.0
4f3cc47

Choose a tag to compare

Pre-release

The release artifacts have been published to PyPI.

Certomancer 0.11.0 beta

14 May 08:05
v0.11.0
52b4e0e

Choose a tag to compare

Pre-release

The release artifacts have been published to PyPI.

New features

  • Allow generating OCSP responses without nextUpdate

Certomancer 0.10.0 beta

30 Apr 16:33
v0.10.0
1cbf2be

Choose a tag to compare

Pre-release

The release artifacts have been published to PyPI.

  • Release workflow using GitHub actions and Sigstore.

0.9.1 beta

27 Oct 20:16
0.9.1
cc146d1

Choose a tag to compare

0.9.1 beta Pre-release
Pre-release

What's Changed

  • Python 3.11 support

Full Changelog: 0.9.0...0.9.1

0.9.0 beta

20 Aug 09:39
0.9.0
71290cf

Choose a tag to compare

0.9.0 beta Pre-release
Pre-release

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

15 Jul 14:32
0.8.3
d2888ed

Choose a tag to compare

0.8.3 beta Pre-release
Pre-release

This is a maintenance release to address a number of bugs and development setup issues.

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

0.8.2 beta

08 Mar 20:39
0.8.2
8b794bf

Choose a tag to compare

0.8.2 beta Pre-release
Pre-release

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

16 Feb 22:22
0.8.1
4cf2770

Choose a tag to compare

0.8.1 beta Pre-release
Pre-release

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.