mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 19:22:20 +01:00
X.509 cert: crl distribution point reasons is IMPLICIT
The reasons field is IMPLICIT meaning that the value is directly under the context-specific tag. That is context-specific tag is not constructed.
This commit is contained in:
@@ -20785,7 +20785,7 @@ static const ASNItem crlDistASN[] = {
|
||||
/* nameRelativeToCRLIssuer */
|
||||
/* DP_DISTPOINT_RN */ { 3, ASN_CONTEXT_SPECIFIC | 1, 1, 0, 2 },
|
||||
/* reasons: IMPLICIT BIT STRING */
|
||||
/* DP_REASONS */ { 2, ASN_CONTEXT_SPECIFIC | 1, 1, 0, 1 },
|
||||
/* DP_REASONS */ { 2, ASN_CONTEXT_SPECIFIC | 1, 0, 0, 1 },
|
||||
/* cRLIssuer */
|
||||
/* DP_CRLISSUER */ { 2, ASN_CONTEXT_SPECIFIC | 2, 1, 0, 1 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user