Function webpki::verify_cert::check_signed_chain
source ยท fn check_signed_chain(
supported_sig_algs: &[&SignatureAlgorithm],
cert_chain: &Cert<'_>,
trust_anchor: &TrustAnchor<'_>,
crls: &[&dyn CertRevocationList],
budget: &mut Budget,
) -> Result<(), ControlFlow<Error, Error>>