What's Changed * chore: auto github pages docs by fulder in https://github.com/fulder/pki-tools/pull/9 * feat: file operations by fulder in https://github.com/fulder/pki-tools/pull/10 * New `save_to_file` function * New `read_from_file` function
What's Changed * chore: move utils functions to init by fulder in https://github.com/fulder/pki-tools/pull/8 * **[BREAKING]** Please update `pki_tools.utils` imports to just `pki_tools`
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`