Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_vfy.c51 if (!(flags & OCSP_NOSIGS)) { in OCSP_basic_verify()
372 if (!(flags & OCSP_NOSIGS)) { in OCSP_request_verify()
/third_party/openssl/include/openssl/
Docsp.h60 # define OCSP_NOSIGS 0x4 macro
/third_party/openssl/doc/man3/
DOCSP_resp_find_status.pod127 unless the B<flags> contain B<OCSP_NOSIGS>. Then the function already returns
/third_party/openssl/apps/
Docsp.c334 verify_flags |= OCSP_NOSIGS; in ocsp_main()