Searched refs:ocsp_in_url (Results 1 – 1 of 1) sorted by relevance
748 bool crl_in_url = false, crt_in_url = false, ocsp_in_url = false, in OCSPTrySendAndReceive() local757 ocsp_in_url = strcasestr(host.c_str(), "ocsp") != NULL; in OCSPTrySendAndReceive()758 have_url_hint = crl_in_url || crt_in_url || ocsp_in_url; in OCSPTrySendAndReceive()762 (!known_resp_type && (ocsp_in_url || in OCSPTrySendAndReceive()