Function rocket::mtls::x509::parse_crl_der

source ยท
pub fn parse_crl_der(
    i: &[u8],
) -> Result<(&[u8], CertificateRevocationList<'_>), Err<X509Error>>
๐Ÿ‘ŽDeprecated since 0.9.0: please use parse_x509_crl or CertificateRevocationList::from_der instead
Available on crate feature mtls only.
Expand description

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