A decoded X.509 CertificateList object. More...
#include <x509crl.h>
A decoded X.509 CertificateList object.
This structure stores the essential components of a parsed DER encoded CRL, including the TBSCertList signature identifier, issuer name, update times, revoked entry collection, outer signature algorithm, signature bit string, and references to the raw TBSCertList and original DER buffer. The decoded object retains an owned DER copy so the preserved TBSCertList bytes remain valid for signature verification for the lifetime of the CRL object.