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 d0a2856 commit 4cb44bdCopy full SHA for 4cb44bd
src/parse.rs
@@ -114,7 +114,7 @@ pub fn parse_cert(content: &[u8]) -> Option<X509> {
114
};
115
}
116
117
-const IGNORED_LABELS: [&str; 1] = ["TRUSTED CERTIFICATE"];
+const IGNORED_LABELS: [&str; 3] = ["TRUSTED CERTIFICATE", "X509 CRL", "PUBLIC KEY"];
118
119
/// Parses X509 certs and privkeys from a PEM encoded file.
120
pub fn parse_pkiobjs(path: PathBuf) -> Result<Vec<PKIObject>, ParseError> {
0 commit comments