Releases: tsaarni/python-certy
Releases · tsaarni/python-certy
v0.2.1
A new version can be found at https://pypi.org/project/certy/.
What's Changed
Bug fixes
- Added X509v3 Subject Key Identifier and Authority Key Identifier extensions (latter for non-self-signed certificates only) to comply with the strict validation requirements. by @tsaarni in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0
A new version can be found at https://pypi.org/project/certy/.
What's Changed
New Functionality
- Introduced CRL support with the
CertificateRevocationList
class by @tsaarni in PR #1 - Added support for Ed25519 certificate support using
Credential().key_type(KeyType.ED25519)
by @tsaarni in PR #3
Full Changelog: v0.1.4...v0.2.0