Opaque Issuing Distribution Point extension value (CRL IDP).
Declared in <openssl/x509v3.h>
struct ISSUING_DIST_POINT_st;
| Name | Description |
|---|---|
distpoint | Distribution point name for this issuingDistributionPoint, or NULL if omitted. |
indirectCRL | ASN.1 BOOLEAN: when set, certificate issuer may differ from the CRL issuer. |
onlyCA | ASN.1 BOOLEAN: when set, the CRL covers CA certificates only. |
onlyattr | ASN.1 BOOLEAN: when set, the CRL covers attribute certificates only. |
onlysomereasons | Optional ReasonFlags bit string limiting which revocation reasons are covered. |
onlyuser | ASN.1 BOOLEAN: when set, the CRL covers end-entity certificates only. |