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 |
| bool hasnonce |
Indicates whether the response included a nonce value.
| uint8_t nonce[QSC_X509_OCSP_NONCE_MAX] |
The responder nonce bytes when present.
| size_t noncelen |
The number of valid bytes in the nonce buffer.
| qsc_asn1_time revocationtime |
The revocation time when the responder reports a revoked status.
| qsc_x509_ocsp_cert_status status |
The normalized OCSP certificate status result.