pub fn extract_crl_uris(
cert: &Certificate,
) -> RustyX509CheckResult<Option<HashSet<String>>>Expand description
Extracts the CRL Distribution points that are FullName URIs from the Certificate
pub fn extract_crl_uris(
cert: &Certificate,
) -> RustyX509CheckResult<Option<HashSet<String>>>Extracts the CRL Distribution points that are FullName URIs from the Certificate