What's Changed
* chore(deps): bump cryptography from 41.0.3 to 41.0.4 by dependabot in https://github.com/fulder/pki-tools/pull/28
* ci: change dependabot strategy to increase by fulder in https://github.com/fulder/pki-tools/pull/29
* chore(deps): bump the dependencies group with 1 update by dependabot in https://github.com/fulder/pki-tools/pull/30
* chore(deps-dev): bump the dependencies group with 2 updates by dependabot in https://github.com/fulder/pki-tools/pull/31
* feat: verfiy signatures by fulder in https://github.com/fulder/pki-tools/pull/32
* **[BREAKING]** `pki_tools.crl.is_revoked` function removed, `pki_tools.is_revoked` should be used instead
* **[BREAKING]** `pki_tools.ocsp.is_revoked` function removed, `pki_tools.is_revoked` should be used instead
* **[BREAKING]** `pki_tools.is_revoked` function now requires a chain parameter used to:
* Verify the OCSP response signature
* Verify the CRL signature
* Find the certificate issuer in order to construct the OCSP request
* In order to make the signature verification even more secure, the chain certificates are also validated by checking all chain signatures and all validity periods
* chore(deps): bump the dependencies group with 2 updates by dependabot in https://github.com/fulder/pki-tools/pull/33
**Full Changelog**: https://github.com/fulder/pki-tools/compare/v0.0.18...v0.0.19