Parsed CRL number extension data. More...
#include <x509types.h>
Data Fields | |
| bool | present |
| bool | critical |
| uint8_t | value [QSC_X509_SERIAL_NUMBER_MAX] |
| size_t | valuelen |
Parsed CRL number extension data.
| bool critical |
true if the extension critical flag was set.
| bool present |
true if the extension was decoded or assigned.
| uint8_t value[QSC_X509_SERIAL_NUMBER_MAX] |
The CRL number INTEGER octets in normalized unsigned form.
| size_t valuelen |
The number of valid octets in the value array.