HomeSort by: relevance | last modified time | path
    Searched defs:use_ssl (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/libevent/dist/sample/
le-proxy.c 217 int use_ssl = 0; local
232 use_ssl = 1;
270 if (use_ssl) {
  /src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c 54 int use_ssl; /* Use HTTPS */ member in struct:ossl_http_req_ctx_st
397 void *arg, int use_ssl,
409 rctx->use_ssl = use_ssl;
975 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl)
983 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT;
992 int use_ssl,
1008 port = explict_or_default_port(host, port, use_ssl);
1063 int use_ssl, BIO *bio, BIO *rbio,
1070 if (use_ssl && bio_update_fn == NULL)
1266 int use_ssl; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/http/
http_client.c 52 int use_ssl; /* Use HTTPS */ member in struct:ossl_http_req_ctx_st
373 void *arg, int use_ssl,
385 rctx->use_ssl = use_ssl;
854 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl)
862 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT;
871 int use_ssl,
887 port = explict_or_default_port(host, port, use_ssl);
942 int use_ssl, BIO *bio, BIO *rbio,
949 if (use_ssl && bio_update_fn == NULL)
1146 int use_ssl; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 291 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
330 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */,
778 use_ssl, headers, req_timeout);
1289 int use_ssl, STACK_OF(CONF_VALUE) *headers,
1295 if (use_ssl == 1) {
s_server.c 463 int use_ssl; member in struct:tlsextstatusctx_st
483 int use_ssl; local
502 if (!OSSL_HTTP_parse_url(sk_OPENSSL_STRING_value(aia, 0), &use_ssl,
519 use_ssl = srctx->use_ssl;
567 use_ssl, NULL /* headers */, srctx->timeout);
1525 if (!OSSL_HTTP_parse_url(opt_arg(), &tlscstatp.use_ssl, NULL,
cmp.c 2213 int portnum, use_ssl; local
2241 if (!OSSL_HTTP_parse_url(opt_server, &use_ssl, NULL /* user */,
2247 if (use_ssl && !opt_tls_used) {
2268 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, use_ssl);
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 251 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
289 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */,
734 use_ssl, headers, req_timeout);
1234 int use_ssl, STACK_OF(CONF_VALUE) *headers,
1240 if (use_ssl == 1) {
s_server.c 454 int use_ssl; member in struct:tlsextstatusctx_st
474 int use_ssl; local
489 if (!OSSL_HTTP_parse_url(sk_OPENSSL_STRING_value(aia, 0), &use_ssl,
506 use_ssl = srctx->use_ssl;
542 use_ssl, NULL /* headers */, srctx->timeout);
1377 if (!OSSL_HTTP_parse_url(opt_arg(), &tlscstatp.use_ssl, NULL,
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 603 int use_ssl, rv = 0; local
604 if (!OCSP_parse_url(url, &host, &port, &path, &use_ssl))
606 if (use_ssl) {
ocsp.c 256 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
298 if (!OCSP_parse_url(opt_arg(), &host, &port, &path, &use_ssl)) {
690 port, use_ssl, headers, req_timeout);
1588 const char *port, int use_ssl,
1603 if (use_ssl == 1) {
s_server.c 504 int use_ssl; member in struct:tlsextstatusctx_st
523 int use_ssl; local
539 &host, &port, &path, &use_ssl)) {
555 use_ssl = srctx->use_ssl;
588 *resp = process_responder(req, host, path, port, use_ssl, NULL,
1361 &tlscstatp.path, &tlscstatp.use_ssl)) {
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2608 int use_ssl; local
2617 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port,
2620 if (use_ssl && ssl_ctx == NULL) {
2625 if (!use_ssl && ssl_ctx != NULL) {
2627 "SSL_CTX given but use_ssl == 0");
2634 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL;
2659 int use_ssl = ssl_ctx != NULL; local
2670 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL;
2673 rsp = OSSL_HTTP_transfer(NULL, host, port, path, use_ssl,
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2548 int use_ssl; local
2557 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port,
2560 if (use_ssl && ssl_ctx == NULL) {
2565 if (!use_ssl && ssl_ctx != NULL) {
2567 "SSL_CTX given but use_ssl == 0");
2574 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL;
2600 int use_ssl = ssl_ctx != NULL; local
2611 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL;
2614 rsp = OSSL_HTTP_transfer(NULL, host, port, path, use_ssl,

Completed in 52 milliseconds