Home
last modified time | relevance | path

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

/trueos/crypto/openssl/apps/
HDocsp.c141 int add_nonce = 1, noverify = 0, use_ssl = -1; in MAIN() local
211 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl)) { in MAIN()
715 port, use_ssl, headers, req_timeout); in MAIN()
1290 int use_ssl, STACK_OF(CONF_VALUE) *headers, in process_responder() argument
1303 if (use_ssl == 1) { in process_responder()
HDs_server.c841 int use_ssl; member
863 int use_ssl; in cert_status_cb() local
889 &host, &port, &path, &use_ssl)) { in cert_status_cb()
905 use_ssl = srctx->use_ssl; in cert_status_cb()
936 resp = process_responder(err, req, host, path, port, use_ssl, NULL, in cert_status_cb()
1215 &tlscstatp.path, &tlscstatp.use_ssl)) { in MAIN()
HDapps.h266 int use_ssl, STACK_OF(CONF_VALUE) *headers,