Home
last modified time | relevance | path

Searched refs:MANDATORY_OCSP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c60 NO_OCSP, OPTIONAL_OCSP, MANDATORY_OCSP enumerator
1029 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) { in curl_cb_ssl_verify()
1104 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()
1106 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()
1229 (ctx->ocsp == MANDATORY_OCSP) ? "" : in ocsp_resp_cb()
1234 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()
1237 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()
1261 if (ctx->ocsp == MANDATORY_OCSP) { in ocsp_resp_cb()
1574 ctx->ocsp = MANDATORY_OCSP; in http_ocsp_set()