Lines Matching +full:libressl +full:- +full:version
1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
2 <!-- SPDX-License-Identifier: curl -->
5 lower case version has precedence. `http_proxy` is an exception as it is only
9 the --proxy option.
17 ## `[url-protocol]_PROXY` [protocol://]<host>[:port]
18 Sets the proxy server to use for [url-protocol], where the protocol is a
23 Sets the proxy server to use if no protocol-specific proxy is set.
25 ## `NO_PROXY` <comma-separated list of hosts/domains>
31 the --proxy option. That is
33 NO_PROXY=direct.example.com curl -x http://proxy.example.com
38 NO_PROXY=direct.example.com curl -x http://proxy.example.com
57 the alternative progress-bar is shown. If not set, curl tries to figure it out
61 If set, it is used as the --cacert value. This environment variable is ignored
69 If curl was built with support for "MultiSSL", meaning that it has built-in
72 invoked. Setting a name that is not a built-in alternative makes curl stay
75 SSL backend names (case-insensitive): **bearssl**, **gnutls**, **mbedtls**,
76 **openssl**, **rustls**, **schannel**, **secure-transport**, **wolfssl**
93 If set, it is used as the --capath value. This environment variable is ignored
97 If set, it is used as the --cacert value. This environment variable is ignored
104 works with the following TLS backends: OpenSSL, LibreSSL (TLS 1.2 max),