A decoded certificate extension entry. More...
#include <x509types.h>
Data Fields | |
| qsc_x509_extension_type | type |
| qsc_oid_id | oid |
| qsc_asn1_oid | extension_oid |
| bool | critical |
| uint8_t | value [QSC_X509_SPKI_MAX] |
| size_t | valuelen |
| qsc_x509_encoded_region | rawextnvalue |
| bool | decoded |
A decoded certificate extension entry.
| bool critical |
true if the extension critical flag is set.
| bool decoded |
true if the extension was successfully decoded and initialized.
| qsc_asn1_oid extension_oid |
The decoded extension object identifier.
| qsc_oid_id oid |
The raw registry identifier of the extension OID.
| qsc_x509_encoded_region rawextnvalue |
Borrowed or owned reference to the original extnValue OCTET STRING contents.
| qsc_x509_extension_type type |
The normalized extension type.
| uint8_t value[QSC_X509_SPKI_MAX] |
The DER payload octets stored from the extnValue OCTET STRING contents.
| size_t valuelen |
The number of valid octets in the value array.