Function webpki::verify_cert::check_signed_chain_name_constraints

source ยท
fn check_signed_chain_name_constraints(
    cert_chain: &Cert<'_>,
    trust_anchor: &TrustAnchor<'_>,
    budget: &mut Budget,
) -> Result<(), ControlFlow<Error, Error>>