Skip to content

Releases: fulder/pki-tools

v0.0.6

15 Sep 13:33
0cb5ddd
Compare
Choose a tag to compare

What's Changed

  • chore: move utils functions to init by @fulder in #8
    • [BREAKING] Please update pki_tools.utils imports to just pki_tools

Full Changelog: v0.0.5...v0.0.6

v0.0.5

15 Sep 13:10
db3f0cc
Compare
Choose a tag to compare

What's Changed

  • feat: Add cache to OCSP issuer URI and CRL (defaulting to 1 hour) by @fulder in #7

Full Changelog: v0.0.4...v0.0.5

v0.0.4

15 Sep 12:23
20960b3
Compare
Choose a tag to compare

What's Changed

  • feat: OCSP issuer URI by @fulder in #6
  • [BREAKING] utils.is_revoked_pem merged into utils.is_revoked (accepting multiple input params types)
  • [BREAKING] ocsp.is_revoked_pem merged into ocsp.is_revoked (accepting multiple input params types)
  • [BREAKING] crl.is_revoked_pem merged into crl.is_revoked (accepting multiple input params types)

Full Changelog: v0.0.3...v0.0.4

v0.0.3

15 Sep 09:03
3a09a1d
Compare
Choose a tag to compare

What's Changed

  • Add new utils.is_revoked (and utils.is_revoked_pem) function checking OCSP first and if it's not present falling back to CRL
  • [BREAKING] rename crl.check_revoked_crypto_cert to crl.is_revoked
  • [BREAKING] rename crl.check_revoked to crl.is_revoked_pem
  • [BREAKING] rename ocsp.check_revoked_crypto_cert to ocsp.is_revoked
  • [BREAKING] rename ocsp.check_revoked to ocsp.is_revoked_pem

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Sep 16:46
90740df
Compare
Choose a tag to compare

What's Changed

  • fix: add imports for ocsp and crl in init by @fulder in #4

Full Changelog: v0.0.1...v0.0.2

v0.0.1

13 Sep 21:35
70f307c
Compare
Choose a tag to compare

What's Changed

  • chore: merge crl checker by @fulder in #1
  • feat: OCSP support by @fulder in #3
  • drop python 3.7 support

New Contributors

  • @fulder made their first contribution in #1

Full Changelog: https://github.com/fulder/pki-tools/commits/v0.0.1