Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_vfy.c98 if (flags & OCSP_NOCHECKS) { in OCSP_basic_verify()
/third_party/openssl/include/openssl/
Docsp.h66 # define OCSP_NOCHECKS 0x100 macro
/third_party/openssl/doc/man3/
DOCSP_resp_find_status.pod134 validation the function returns success if the B<OCSP_NOCHECKS> flag is set.
/third_party/openssl/apps/
Docsp.c343 verify_flags |= OCSP_NOCHECKS; in ocsp_main()