Function webpki::verify_cert::build_chain

source ยท
pub(crate) fn build_chain(
    opts: &ChainOptions<'_>,
    cert: &Cert<'_>,
    time: Time,
) -> Result<(), Error>