pkix-revocation-0.1.0 has been yanked.
Visit the last successful build:
pkix-revocation-0.3.3
Certificate revocation checking for pkix-path and pkix-chain.
Provides the [RevocationChecker] trait and implementations:
| Type | Feature | Description |
|---|---|---|
[NoRevocation] |
(always) | Zero-cost; always reports not-revoked |
CrlChecker |
crl |
Offline CRL validation (you supply DER bytes) |
OcspChecker |
ocsp |
Offline OCSP response validation |
no_std note
The core trait and NoRevocation are no_std. Feature-gated checkers
that perform network I/O are std-only and gated behind separate features.