Searched refs:MANDATORY_OCSP (Results 1 – 1 of 1) sorted by relevance
52 NO_OCSP, OPTIONAL_OCSP, MANDATORY_OCSP enumerator1036 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) { in curl_cb_ssl_verify()1111 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()1113 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()1217 (ctx->ocsp == MANDATORY_OCSP) ? "" : in ocsp_resp_cb()1222 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()1225 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()1249 if (ctx->ocsp == MANDATORY_OCSP) { in ocsp_resp_cb()1558 ctx->ocsp = MANDATORY_OCSP; in http_ocsp_set()