Skip to content

Commit 2ebc897

Browse files
authored
Merge pull request #7241 from ejohnstown/ocsp-revoke-reason
Decode OCSP Revocation Reason
2 parents 2b9e995 + c17fb74 commit 2ebc897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34937,7 +34937,7 @@ static const ASNItem singleResponseASN[] = {
3493734937
/* revocationTime */
3493834938
/* CS_REVOKED_TIME */ { 2, ASN_GENERALIZED_TIME, 0, 0, 0 },
3493934939
/* revocationReason [0] EXPLICIT CRLReason OPTIONAL */
34940-
/* CS_REVOKED_REASON */ { 2, ASN_CONTEXT_SPECIFIC | 0, 0, 1, 1 },
34940+
/* CS_REVOKED_REASON */ { 2, ASN_CONTEXT_SPECIFIC | 0, 1, 1, 1 },
3494134941
/* crlReason */
3494234942
/* CS_REVOKED_REASON_VAL */ { 3, ASN_ENUMERATED, 0, 0, 0 },
3494334943
/* unknown [2] IMPLICIT UnknownInfo ::= NULL */

0 commit comments

Comments
 (0)