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

Data Fields

qsc_x509_ocsp_cert_status status
qsc_asn1_time revocationtime
bool hasnonce
uint8_t nonce [QSC_X509_OCSP_NONCE_MAX]
size_t noncelen

Field Documentation

◆ hasnonce

bool hasnonce

Indicates whether the response included a nonce value.

◆ nonce

uint8_t nonce[QSC_X509_OCSP_NONCE_MAX]

The responder nonce bytes when present.

◆ noncelen

size_t noncelen

The number of valid bytes in the nonce buffer.

◆ revocationtime

qsc_asn1_time revocationtime

The revocation time when the responder reports a revoked status.

◆ status

qsc_x509_ocsp_cert_status status

The normalized OCSP certificate status result.


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