RSA Security logo

RSA BSAFE Cert-C
API Reference

OCSP_REVOCATION_INFO Struct Reference

Contains additional revocation information, the reason and time the certificate, in the CRL entry, was revoked.

Data Fields
reason A REASON_CODE number that represents one of the possible values for the Reason Code extension for X.509 v3 CRL entries. It indicates the reason the certificate in the CRL entry was revoked. A CRL entry can have only one Reason Code extension at a time.
time A GENERALIZED_TIME structure that indicates the time at which the certificate was revoked.

#include <certpath.h>

00083 typedef struct {
00084   REASON_CODE      reason;  /* one of CR_* in certext.h                    */
00085   GENERALIZED_TIME time;    /* time at which cert was revoked for "reason" */
00086 } OCSP_REVOCATION_INFO;

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


RSA BSAFE® Cert-C 2.7 API Reference