Home
last modified time | relevance | path

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

/third_party/openssl/test/
Docspapitest.c127 NULL, OCSP_NOCERTS))) in test_resp_signer()
/third_party/openssl/crypto/ocsp/
Docsp_srv.c197 if (!(flags & OCSP_NOCERTS)) { in OCSP_basic_sign_ctx()
Docsp_cl.c120 if (!(flags & OCSP_NOCERTS)) { in OCSP_request_sign()
/third_party/openssl/doc/man3/
DOCSP_REQUEST_new.pod40 B<certs>. If the B<flags> option B<OCSP_NOCERTS> is set then no certificates
DOCSP_response_status.pod61 B<OCSP_NOCERTS> is set then no certificates will be included in the response. If the
/third_party/openssl/include/openssl/
Docsp.h58 # define OCSP_NOCERTS 0x1 macro
/third_party/openssl/apps/
Docsp.c325 rflags |= OCSP_NOCERTS; in ocsp_main()
331 sign_flags |= OCSP_NOCERTS; in ocsp_main()