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 |
Wrapper-owned trust-store object containing anchors, CRLs, and the underlying QSC store state.
| qsc_x509_trust_anchor anchors[QSC_X509W_ANCHOR_MAX] |
Embedded trust-anchor storage.
| size_t crlcount |
Number of valid CRLs currently stored.
Embedded CRL storage.
| qsc_x509_store store |
Underlying QSC store descriptor initialized to reference the embedded anchors.