Skip to main content

parse_crl_metadata

Function parse_crl_metadata 

Source
pub fn parse_crl_metadata(
    der: &[u8],
) -> Result<(SystemTime, Option<SystemTime>), McpxError>
Expand description

Parse thisUpdate and nextUpdate metadata from a DER-encoded CRL.

ยงErrors

Returns an error if the CRL cannot be parsed.