fetch_ocsp_response_inner

Function fetch_ocsp_response_inner 

Source
async fn fetch_ocsp_response_inner(
    client: &Client<HttpsConnector<HttpConnector>, Full<Bytes>>,
    chain: &[CertificateDer<'_>],
    use_sha256: bool,
) -> Result<Option<(Vec<u8>, SystemTime)>>