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_basic_constraints_t Struct Reference

Parsed basic constraints extension data. More...

#include <x509types.h>

Data Fields

bool present
bool critical
bool ca
bool pathlen_present
uint32_t pathlen

Detailed Description

Parsed basic constraints extension data.

Field Documentation

◆ ca

bool ca

true if cA is asserted.

◆ critical

bool critical

true if the extension critical flag was set.

◆ pathlen

uint32_t pathlen

The pathLenConstraint value if present.

◆ pathlen_present

bool pathlen_present

true if pathLenConstraint is present.

◆ present

bool present

true if the extension was decoded.


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