Skip to content

Commit 520d950

Browse files
Merge pull request #9322 from SparkiDev/crldist_reason_fix
X.509 cert: crl distribution point reasons is IMPLICIT
2 parents d60e4dd + 3f9e2e5 commit 520d950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20785,7 +20785,7 @@ static const ASNItem crlDistASN[] = {
2078520785
/* nameRelativeToCRLIssuer */
2078620786
/* DP_DISTPOINT_RN */ { 3, ASN_CONTEXT_SPECIFIC | 1, 1, 0, 2 },
2078720787
/* reasons: IMPLICIT BIT STRING */
20788-
/* DP_REASONS */ { 2, ASN_CONTEXT_SPECIFIC | 1, 1, 0, 1 },
20788+
/* DP_REASONS */ { 2, ASN_CONTEXT_SPECIFIC | 1, 0, 0, 1 },
2078920789
/* cRLIssuer */
2079020790
/* DP_CRLISSUER */ { 2, ASN_CONTEXT_SPECIFIC | 2, 1, 0, 1 },
2079120791
};

0 commit comments

Comments
 (0)