QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509w_trust_store_t Struct Reference

Wrapper-owned trust-store object containing anchors, CRLs, and the underlying QSC store state. More...

#include <x509wrap.h>

Data Fields

qsc_x509_trust_anchor anchors [QSC_X509W_ANCHOR_MAX]
qsc_x509_store store
qsc_x509_crl crls [QSC_X509W_CRL_MAX]
size_t crlcount

Detailed Description

Wrapper-owned trust-store object containing anchors, CRLs, and the underlying QSC store state.

Field Documentation

◆ anchors

qsc_x509_trust_anchor anchors[QSC_X509W_ANCHOR_MAX]

Embedded trust-anchor storage.

◆ crlcount

size_t crlcount

Number of valid CRLs currently stored.

◆ crls

Embedded CRL storage.

◆ store

qsc_x509_store store

Underlying QSC store descriptor initialized to reference the embedded anchors.


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