We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1ad79 commit ee9dd86Copy full SHA for ee9dd86
x509-cert/tests/builder.rs
@@ -112,6 +112,7 @@ fn sub_ca_certificate() {
112
"e_sub_ca_crl_distribution_points_missing",
113
"e_sub_ca_certificate_policies_missing",
114
"w_sub_ca_aia_does_not_contain_issuing_ca_url",
115
+ "e_invalid_ca_certificate_policies",
116
];
117
118
zlint::check_certificate(pem.as_bytes(), ignored);
0 commit comments