| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It identifies the CRL DP from which this CRL is distributed, and the types of information this CRL can contain. The default criticality for this extension is CRITICAL. A CRL can have only one Issuing DP extension at a time. Use this structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct ISSUING_DISTRIBUTION_POINT { DIST_POINT_NAME *distributionPoint; int userCerts; int CACerts; UINT4 reasons; int indirectCRL; } ISSUING_DISTRIBUTION_POINT;
Data Fields | |
| DIST_POINT_NAME* | distributionPoint |
A pointer to a DIST_POINT_NAME structure that contains the DNs of the CRL DP from which this CRL is distributed. | |
| int | userCerts |
An int value that indicates whether this CRL covers revocation for end-entity certificates or not. More... | |
| int | CACerts |
An int value that indicates whether this CRL covers revocation for CA certificates or not. More... | |
| UINT4 | reasons |
A UINT4 value that limits the revocation reasons that can be specified by this CRL. More... | |
| int | indirectCRL |
An int value that indicates whether this CRL can contain revocation notifications from CAs other than the issuer of the CRL. More... | |
|
|
An
|
|
|
An
If this is an indirect CRL, note that |
|
|
A
|
|
|
An
|