Function check_ocsp_status_async

Source
pub async fn check_ocsp_status_async(
    sign1: &CoseSign1,
    data: &[u8],
    fetch_policy: OcspFetchPolicy,
    ctp: &CertificateTrustPolicy,
    validation_log: &mut impl StatusTracker,
) -> Result<OcspResponse, CoseError>
Expand description

Given a COSE signature, extract the OCSP data and validate the status of that report.