Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 25 of 39) sorted by relevance

12

/curl/lib/
H A Dconncache.c64 free(bundle); in bundle_destroy()
72 conn->bundle = bundle; in bundle_add_conn()
87 conn->bundle = NULL; in bundle_remove_conn()
180 return bundle; in Curl_conncache_find_bundle()
224 if(!bundle) { in Curl_conncache_add_conn()
265 struct connectbundle *bundle = conn->bundle; in Curl_conncache_remove_conn() local
270 if(bundle) { in Curl_conncache_remove_conn()
321 bundle = he->ptr; in Curl_conncache_foreach()
359 bundle = he->ptr; in conncache_find_first_connection()
485 bundle = he->ptr; in Curl_conncache_extract_oldest()
[all …]
H A Dconncache.h116 struct connectbundle *bundle);
H A Durl.c632 DEBUGASSERT(!conn->bundle); in Curl_disconnect()
924 struct connectbundle *bundle; in ConnectionExists() local
950 if(!bundle) { in ConnectionExists()
955 (void *)bundle, (bundle->multiuse == BUNDLE_MULTIPLEX ? in ConnectionExists()
962 if(bundle->multiuse == BUNDLE_UNKNOWN) { in ConnectionExists()
971 else if(bundle->multiuse == BUNDLE_MULTIPLEX) { in ConnectionExists()
977 else if(bundle->multiuse == BUNDLE_NO_MULTIUSE) { in ConnectionExists()
982 curr = bundle->conn_list.head; in ConnectionExists()
3632 struct connectbundle *bundle = local
3635 if(max_host_connections > 0 && bundle &&
[all …]
/curl/
H A DMakefile.dist65 ca-bundle: scripts/mk-ca-bundle.pl
67 @perl $< -b -l -u lib/ca-bundle.crt
71 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
H A DMakefile.am213 ca-bundle: $(srcdir)/scripts/mk-ca-bundle.pl
215 @perl $(srcdir)/scripts/mk-ca-bundle.pl -b -l -u lib/ca-bundle.crt
219 $(srcdir)/scripts/firefox-db2pem.sh lib/ca-bundle.crt
H A Dacinclude.m41204 dnl Check if a default ca-bundle should be used
1209 dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat
1216 AC_MSG_CHECKING([default CA cert bundle/path])
1218 AC_ARG_WITH(ca-bundle,
1219 AS_HELP_STRING([--with-ca-bundle=FILE],
1221 AS_HELP_STRING([--without-ca-bundle], [Don't use a default CA bundle]),
1225 AC_MSG_ERROR([--with-ca-bundle=FILE requires a path to the CA bundle])
1254 dnl --with-ca-bundle given
1280 cac="${prefix}/share/curl/curl-ca-bundle.crt"
1286 /etc/pki/tls/certs/ca-bundle.crt \
[all …]
H A Dcurl-config.in44 --ca CA bundle install path
H A DCMakeLists.txt316 option(BUILD_MISC_DOCS "to build misc man pages (e.g. curl-config and mk-ca-bundle)" ON)
1057 … "Path to the CA bundle. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'auto'.")
1090 # Skip autodetection of unset CA path because CA bundle is set explicitly
1092 # Skip autodetection of unset CA bundle because CA path is set explicitly
1094 # first try autodetecting a CA bundle, then a CA path
1099 /etc/pki/tls/certs/ca-bundle.crt
1100 /usr/share/ssl/certs/ca-bundle.crt
1106 message(STATUS "Found CA bundle: ${SEARCH_CA_BUNDLE_PATH}")
1109 set(CURL_CA_BUNDLE_SET TRUE CACHE BOOL "Path to the CA bundle has been set")
1119 set(CURL_CA_PATH_SET TRUE CACHE BOOL "Path to the CA bundle has been set")
[all …]
/curl/docs/
H A DMakefile.am29 MK_CA_DOCS = mk-ca-bundle.1
34 CURLPAGES = curl-config.md mk-ca-bundle.md
40 CLEANFILES = mk-ca-bundle.1 curl-config.1
123 mk-ca-bundle.1: mk-ca-bundle.md
H A Dmk-ca-bundle.md4 Title: mk-ca-bundle
6 Source: mk-ca-bundle
13 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format
17 mk-ca-bundle [options] [output]
25 OpenSSL command line tool to produce the final ca-bundle output file.
27 The default *output* name is **ca-bundle.crt**. By setting it to '-' (a single
72 the output file. The meta data is not parsed in any way by mk-ca-bundle.
H A DCMakeLists.txt33 foreach(_man_misc IN ITEMS "curl-config" "mk-ca-bundle")
H A Dcurl-config.md28 Displays the built-in path to the CA cert bundle this libcurl uses.
/curl/docs/cmdline-opts/
H A Dcacert.md27 cert bundle. This option overrides that variable.
30 'curl-ca-bundle.crt', either in the same directory as curl.exe, or in the
/curl/docs/libcurl/opts/
H A DCURLOPT_CAINFO.md22 CURLOPT_CAINFO - path to Certificate Authority (CA) bundle
42 certificate bundle is assumed to be stored, as established at build time.
H A DCURLOPT_PROXY_CAINFO.md25 CURLOPT_PROXY_CAINFO - path to proxy Certificate Authority (CA) bundle
47 certificate bundle is assumed to be stored, as established at build time.
H A DCURLOPT_CAINFO_BLOB.md26 CURLOPT_CAINFO_BLOB - Certificate Authority (CA) bundle in PEM format
H A DCURLOPT_PROXY_CAINFO_BLOB.md28 CURLOPT_PROXY_CAINFO_BLOB - proxy Certificate Authority (CA) bundle in PEM format
H A DCURLOPT_PROXY_SSL_VERIFYPEER.md44 authority (CA) certificates you supply. curl uses a default bundle of CA
H A DCURLOPT_DOH_SSL_VERIFYPEER.md49 authority (CA) certificates you supply. curl uses a default bundle of CA
H A DCURLOPT_SSL_VERIFYPEER.md43 authority (CA) certificates you supply. curl uses a default bundle of CA
/curl/scripts/
H A DMakefile.am26 mk-ca-bundle.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
/curl/.github/workflows/
H A Dmacos.yml147 name: 'brew bundle'
152 …- run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --…
236 name: 'brew bundle'
238 …- run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --…
/curl/m4/
H A Dcurl-amissl.m449 # Use AmiSSL's built-in ca bundle
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md1160 CA cert bundle. See CURLOPT_CAINFO(3)
1164 CA cert bundle memory buffer. See CURLOPT_CAINFO_BLOB(3)
1168 Proxy CA cert bundle. See CURLOPT_PROXY_CAINFO(3)
1172 Proxy CA cert bundle memory buffer. See CURLOPT_PROXY_CAINFO_BLOB(3)
1192 Path to CA cert bundle. See CURLOPT_CAPATH(3)
1196 Path to proxy CA cert bundle. See CURLOPT_PROXY_CAPATH(3)
/curl/packages/vms/
H A Dclean_gnv_curl.com182 $ file = "lcl_root:[]ca-bundle.h"

Completed in 72 milliseconds

12