What's Changed * chore(deps-dev): bump the dependencies group with 3 updates by dependabot in https://github.com/fulder/pki-tools/pull/105 * fix: empty reasons in DistributionPoint by fulder in https://github.com/fulder/pki-tools/pull/107
What's Changed * feat: more helper functions by fulder in https://github.com/fulder/pki-tools/pull/102 * **BREAKING** `pki_tools.verify_signature` moved to `Certificate.verify_signature` * Add `CertificateRevocationList.to_file` function * Add `CryptoKeyPair.private_key_to_file` function * Add `CryptoKeyPair.public_key_to_file` function
What's Changed * feat: more helper properties by fulder in https://github.com/fulder/pki-tools/pull/101 * Helper variables like `SHA512` for predefined signature algorithms making it easier to sign e.g. Certificate * `Certificate.digest` property for the cert fingerprint in base64 format * `Certificate.pem_bytes` property * `Certificate.sign_alg_oid_name` property containing the name like e.g.: `SHA256WITHRSA` * `CertificateSigningRequest.pem_bytes` property * `CryptoKeyPair.pem_public_key` property * `CryptoKeyPair.pem_private_key` property