/openssl/crypto/http/ |
H A D | http_lib.c | 257 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() argument 277 if (no_proxy == NULL) in use_proxy() 278 no_proxy = ossl_safe_getenv("no_proxy"); in use_proxy() 279 if (no_proxy == NULL) in use_proxy() 280 no_proxy = ossl_safe_getenv(OPENSSL_NO_PROXY); in use_proxy() 282 if (no_proxy != NULL) in use_proxy() 283 found = strstr(no_proxy, server); in use_proxy() 285 && ((found != no_proxy && !ossl_isspace(found[-1]) && found[-1] != ',') in use_proxy() 292 const char *OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, in OSSL_HTTP_adapt_proxy() argument 304 if (proxy == NULL || *proxy == '\0' || !use_proxy(no_proxy, server)) in OSSL_HTTP_adapt_proxy()
|
H A D | http_client.c | 1018 const char *proxy, const char *no_proxy, in OSSL_HTTP_open() argument 1037 if (proxy != NULL || no_proxy != NULL) { in OSSL_HTTP_open() 1051 proxy = OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl); in OSSL_HTTP_open() 1211 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() argument 1242 rctx = OSSL_HTTP_open(host, port, proxy, no_proxy, in OSSL_HTTP_get() 1303 const char *proxy, const char *no_proxy, in OSSL_HTTP_transfer() argument 1315 rctx = OSSL_HTTP_open(server, port, proxy, no_proxy, in OSSL_HTTP_transfer()
|
/openssl/include/openssl/ |
H A D | http.h | 70 const char *proxy, const char *no_proxy, 83 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, 92 const char *proxy, const char *no_proxy, 108 const char *OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy,
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 expected,description, -section,val, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,… 19 …section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,127.0.0.1:x*/8888, -no_proxy,nonmatch.com,BLAN… 20 … -section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,127.0.0.1:65536, -no_proxy,nonmatch.com,BLAN… 21 0,proxy default port, -section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,non… 22 0,proxy missing argument, -section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,, -no_proxy,nonmatch…
|
/openssl/test/recipes/ |
H A D | 80-test_cmp_http.t | 50 my $no_proxy = $ENV{no_proxy} // $ENV{NO_PROXY}; 254 my $noproxy = $no_proxy; 263 next LOOP if $no_proxy && ($noproxy =~ $server_plain);
|
/openssl/doc/man3/ |
H A D | OSSL_HTTP_parse_url.pod | 15 const char *OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, 36 and returns it transformed according to the optional I<no_proxy> parameter, 43 If I<no_proxy> is NULL, take any default exclusion value from the C<no_proxy>
|
H A D | OSSL_HTTP_transfer.pod | 22 const char *proxy, const char *no_proxy, 35 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, 44 const char *proxy, const char *no_proxy, 72 If I<bio> is given, it is an error to provide I<proxy> or I<no_proxy> arguments, 75 HTTP(S) proxy to use (unless overridden by "no_proxy" settings). 86 is found in the optional list I<no_proxy> of proxy hostnames or IP addresses 88 default is the environment variable C<no_proxy> if set, else C<NO_PROXY>). 259 C<http_proxy>, C<HTTP_PROXY>, C<https_proxy>, C<HTTPS_PROXY>, C<no_proxy>, and
|
H A D | OSSL_CMP_CTX_new.pod | 389 the given CMP server unless overruled by any "no_proxy" settings (see below). 402 Defaults to the environment variable C<no_proxy> if set, else C<NO_PROXY>.
|
/openssl/apps/include/ |
H A D | apps.h | 193 const char *proxy, const char *no_proxy, 296 const char *no_proxy, SSL_CTX *ssl_ctx, 302 const char *no_proxy, SSL_CTX *ctx,
|
/openssl/crypto/cmp/ |
H A D | cmp_http.c | 79 ctx->proxy, ctx->no_proxy, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 208 OPENSSL_free(ctx->no_proxy); in OSSL_CMP_CTX_free() 829 DEFINE_OSSL_CMP_CTX_set1(no_proxy, char) in DEFINE_set1_ASN1_OCTET_STRING()
|
H A D | cmp_local.h | 48 char *no_proxy; member
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 35 [B<-no_proxy> I<addresses>] 193 The HTTP(S) proxy server to use for reaching the OCSP server unless B<-no_proxy> 202 =item B<-no_proxy> I<addresses> 207 Default is from the environment variable C<no_proxy> if set, else C<NO_PROXY>.
|
H A D | openssl-s_server.pod.in | 79 [B<-no_proxy> I<addresses>] 525 The HTTP(S) proxy server to use for reaching the OCSP server unless B<-no_proxy> 534 =item B<-no_proxy> I<addresses> 539 Default is from the environment variable C<no_proxy> if set, else C<NO_PROXY>.
|
H A D | openssl-cmp.pod.in | 56 [B<-no_proxy> I<addresses>] 529 The HTTP(S) proxy server to use for reaching the CMP server unless B<-no_proxy> 540 =item B<-no_proxy> I<addresses> 545 Default is from the environment variable C<no_proxy> if set, else C<NO_PROXY>.
|
/openssl/apps/lib/ |
H A D | apps.c | 2603 const char *no_proxy, SSL_CTX *ssl_ctx, in app_http_get_asn1() argument 2637 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL; in app_http_get_asn1() 2640 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1() 2656 const char *no_proxy, SSL_CTX *ssl_ctx, in app_http_post_asn1() argument 2674 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL; in app_http_post_asn1() 2678 proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_post_asn1()
|
/openssl/apps/ |
H A D | s_server.c | 459 char *proxy, *no_proxy; member 479 char *proxy = NULL, *no_proxy = NULL; in get_ocsp_resp_from_responder() local 519 no_proxy = srctx->no_proxy; in get_ocsp_resp_from_responder() 563 *resp = process_responder(req, host, port, path, proxy, no_proxy, in get_ocsp_resp_from_responder() 1413 tlscstatp.no_proxy = opt_arg(); in s_server_main()
|
H A D | ocsp.c | 1233 const char *proxy, const char *no_proxy, in process_responder() argument 1249 app_http_post_asn1(host, port, path, proxy, no_proxy, in process_responder()
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 755 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, no_proxy, char) in DEFINE_SET_CB_TEST()
|