QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509_crl_number_t Struct Reference

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

Detailed Description

Parsed CRL number extension data.

Field Documentation

◆ critical

bool critical

true if the extension critical flag was set.

◆ present

bool present

true if the extension was decoded or assigned.

◆ value

uint8_t value[QSC_X509_SERIAL_NUMBER_MAX]

The CRL number INTEGER octets in normalized unsigned form.

◆ valuelen

size_t valuelen

The number of valid octets in the value array.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/x509types.h