Searched refs:MANDATORY_OCSP (Results 1 – 1 of 1) sorted by relevance
60 NO_OCSP, OPTIONAL_OCSP, MANDATORY_OCSP enumerator1050 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) { in curl_cb_ssl_verify()1125 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()1127 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()1250 (ctx->ocsp == MANDATORY_OCSP) ? "" : in ocsp_resp_cb()1255 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()1258 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()1282 if (ctx->ocsp == MANDATORY_OCSP) { in ocsp_resp_cb()1595 ctx->ocsp = MANDATORY_OCSP; in http_ocsp_set()