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

Data Fields

qsc_x509_revocation_mode mode
qsc_x509_crl_resolver_callback resolver
qsc_x509_delta_crl_resolver_callback deltaresolver
qsc_x509_crl_signature_verify_callback verifycallback
void * resolvercontext
void * deltaresolvercontext
void * verifycontext

Field Documentation

◆ deltaresolver

qsc_x509_delta_crl_resolver_callback deltaresolver

Optional callback used to acquire a base CRL and a delta CRL for the certificate under evaluation.

◆ deltaresolvercontext

void* deltaresolvercontext

Caller-defined opaque context passed to the delta CRL resolver callback.

◆ mode

qsc_x509_revocation_mode mode

The active revocation checking policy.

◆ resolver

The callback used to acquire a base CRL for the certificate under evaluation.

◆ resolvercontext

void* resolvercontext

Caller-defined opaque context passed to the CRL resolver callback.

◆ verifycallback

The callback used to verify the signature on a resolved CRL.

◆ verifycontext

void* verifycontext

Caller-defined opaque context passed to the CRL signature verification callback.


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