Modules§
- private 🔒
Structs§
- Borrowed representation of a RFC 5280 profile Certificate Revocation List (CRL).
- Borrowed representation of a RFC 5280 profile Certificate Revocation List (CRL) revoked certificate entry.
- Owned representation of a RFC 5280 profile Certificate Revocation List (CRL).
- Owned representation of a RFC 5280 profile Certificate Revocation List (CRL) revoked certificate entry.
Enums§
- Identifies the reason a certificate was revoked. See RFC 5280 §5.3.1
Traits§
- Operations over a RFC 5280 profile Certificate Revocation List (CRL) required for revocation checking. Implemented by
OwnedCertRevocationList
andBorrowedCertRevocationList
.