Function x509_parser::parse_crl_der

source ยท
pub fn parse_crl_der(i: &[u8]) -> X509Result<'_, CertificateRevocationList<'_>>
๐Ÿ‘ŽDeprecated since 0.9.0: please use parse_x509_crl or CertificateRevocationList::from_der instead
Expand description

Parse a DER-encoded X.509 v2 CRL, and return the remaining of the input and the built object.