X509CrlDistrPoints Struct Reference
  CRL Distribution Points extension. More...
#include <x509_common.h>
Data Fields | |
| bool_t | critical | 
| X509OctetString | raw | 
| uint_t | numDistrPoints | 
| X509DistrPoint | distrPoints [X509_MAX_DISTR_POINTS] | 
Detailed Description
CRL Distribution Points extension.
Definition at line 981 of file x509_common.h.
Field Documentation
◆ critical
| bool_t critical | 
Definition at line 983 of file x509_common.h.
◆ distrPoints
| X509DistrPoint distrPoints[X509_MAX_DISTR_POINTS] | 
Definition at line 986 of file x509_common.h.
◆ numDistrPoints
| uint_t numDistrPoints | 
Definition at line 985 of file x509_common.h.
◆ raw
| X509OctetString raw | 
Definition at line 984 of file x509_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkix/x509_common.h
 
