RSA Security logo

RSA BSAFE Cert-C
API Reference

CRL_EVIDENCE Struct Reference

One type of revocation evidence.

The CRL_EVIDENCE structure is one type of evidence that can be returned in the evidence field of a CERT_REVOCATION structure. (Use the C_DestroyCRLEvidence() function to deallocate memory associated with CRL_EVIDENCE and its components.)

Data Fields
crl A CRL_OBJ object that contains a valid CRL that includes information about the status of a given certificate.
certList A LIST_OBJ object that contains a list of certificates that are required, together with the crlList, to validate the CRL.
crlList A LIST_OBJ object that contains a list of CRLs that are required, together with the certList, to validate the CRL.

#include <certpath.h>

00061 typedef struct {
00062   CRL_OBJ  crl;      /* CRL for a given cert           */
00063   LIST_OBJ certList; /* certs necessary for validation */
00064   LIST_OBJ crlList;  /* CRLs necessary for validation  */
00065 } CRL_EVIDENCE;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference