Merge pull request #7241 from ejohnstown/ocsp-revoke-reason

Decode OCSP Revocation Reason
This commit is contained in:
David Garske
2024-02-12 15:11:26 -08:00
committed by GitHub

View File

@ -34937,7 +34937,7 @@ static const ASNItem singleResponseASN[] = {
/* revocationTime */
/* CS_REVOKED_TIME */ { 2, ASN_GENERALIZED_TIME, 0, 0, 0 },
/* revocationReason [0] EXPLICIT CRLReason OPTIONAL */
/* CS_REVOKED_REASON */ { 2, ASN_CONTEXT_SPECIFIC | 0, 0, 1, 1 },
/* CS_REVOKED_REASON */ { 2, ASN_CONTEXT_SPECIFIC | 0, 1, 1, 1 },
/* crlReason */
/* CS_REVOKED_REASON_VAL */ { 3, ASN_ENUMERATED, 0, 0, 0 },
/* unknown [2] IMPLICIT UnknownInfo ::= NULL */