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