[#DIST_POINT_st] = DIST_POINT_st :mrdocs: Opaque CRL distribution‐point structure from a certificate extension. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DIST_POINT_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:DIST_POINT_st/CRLissuer.adoc[`CRLissuer`] | Optional names of the CRL issuer when it differs from the certificate issuer. | xref:DIST_POINT_st/distpoint.adoc[`distpoint`] | Name of this distribution point, or NULL if omitted. | xref:DIST_POINT_st/dp_reasons.adoc[`dp_reasons`] | Cached reason flags derived from `reasons` for path validation. | xref:DIST_POINT_st/reasons.adoc[`reasons`] | Optional bit string of revocation reasons covered by this point. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#