Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_vfy.c116 if (flags & OCSP_NOEXPLICIT) in OCSP_basic_verify()
/third_party/openssl/include/openssl/
Docsp.h63 # define OCSP_NOEXPLICIT 0x20 macro
/third_party/openssl/doc/man3/
DOCSP_resp_find_status.pod137 B<flags> do not contain B<OCSP_NOEXPLICIT> the function checks for explicit
/third_party/openssl/apps/
Docsp.c346 verify_flags |= OCSP_NOEXPLICIT; in ocsp_main()