Re-exports§
pub use types::BorrowedCertRevocationList;
pub use types::BorrowedRevokedCert;
pub use types::CertRevocationList;
pub use types::RevocationReason;
pub use types::OwnedCertRevocationList;
pub use types::OwnedRevokedCert;
Modules§
- types 🔒
Structs§
- An opaque error indicating the caller must provide at least one CRL when building a RevocationOptions instance.
- Describes how revocation checking is performed, if at all. Can be constructed with a RevocationOptionsBuilder instance.
- Builds a RevocationOptions instance to control how revocation checking is performed.
Enums§
- Describes how to handle the nextUpdate field of the CRL (i.e. expiration).
- Describes how much of a certificate chain is checked for revocation status.
- Describes how to handle the case where a certificate’s revocation status is unknown.