forked from wolfSSL/wolfssl
Merge pull request #7241 from ejohnstown/ocsp-revoke-reason
Decode OCSP Revocation Reason
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user