fetch_ocsp_response

Function fetch_ocsp_response 

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