X509Extension Struct Reference
X.509 certificate extension. More...
#include <x509_common.h>
Data Fields | |
| X509OctetString | oid |
| bool_t | critical |
| X509OctetString | data |
Detailed Description
X.509 certificate extension.
Definition at line 1083 of file x509_common.h.
Field Documentation
◆ critical
| bool_t critical |
Definition at line 1086 of file x509_common.h.
◆ data
| X509OctetString data |
Definition at line 1087 of file x509_common.h.
◆ oid
| X509OctetString oid |
Definition at line 1085 of file x509_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkix/x509_common.h
