Searched refs:bundle (Results 1 – 25 of 42) sorted by relevance
12
/curl/lib/ |
H A D | conncache.c | 108 bundle = calloc(1, sizeof(*bundle) + dest_len); in cpool_bundle_create() 109 if(!bundle) in cpool_bundle_create() 114 return bundle; in cpool_bundle_create() 120 free(bundle); in cpool_bundle_destroy() 136 (void)bundle; in cpool_bundle_remove() 258 if(!bundle) in cpool_add_bundle() 262 bundle->dest, bundle->dest_len, bundle)) { in cpool_add_bundle() 266 return bundle; in cpool_add_bundle() 364 if(!bundle) { in Curl_cpool_add_conn() 392 if(bundle && (list == &bundle->conns)) { in cpool_remove_conn() [all …]
|
/curl/ |
H A D | Makefile.dist | 65 ca-bundle: scripts/mk-ca-bundle.pl 67 @perl $< -b -l -u lib/ca-bundle.crt 71 ./scripts/firefox-db2pem.sh lib/ca-bundle.crt
|
H A D | Makefile.am | 234 ca-bundle: $(srcdir)/scripts/mk-ca-bundle.pl 236 @perl $(srcdir)/scripts/mk-ca-bundle.pl -b -l -u lib/ca-bundle.crt 240 $(srcdir)/scripts/firefox-db2pem.sh lib/ca-bundle.crt
|
H A D | acinclude.m4 | 1188 dnl Check if a default ca-bundle should be used 1193 dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat 1200 AC_MSG_CHECKING([default CA cert bundle/path]) 1202 AC_ARG_WITH(ca-bundle, 1203 AS_HELP_STRING([--with-ca-bundle=FILE], 1205 AS_HELP_STRING([--without-ca-bundle], [Don't use a default CA bundle]), 1209 AC_MSG_ERROR([--with-ca-bundle=FILE requires a path to the CA bundle]) 1238 dnl --with-ca-bundle given 1265 /etc/pki/tls/certs/ca-bundle.crt \ 1266 /usr/share/ssl/certs/ca-bundle.crt \ [all …]
|
H A D | curl-config.in | 44 --ca CA bundle install path
|
/curl/docs/cmdline-opts/ |
H A D | dump-ca-embed.md | 5 Help: Write the embedded CA bundle to standard output 23 Write the CA bundle embedded in curl to standard output, then quit. 25 If curl was not built with a default CA bundle embedded, the output is empty.
|
H A D | cacert.md | 28 cert bundle. This option overrides that variable. 31 'curl-ca-bundle.crt', either in the same directory as curl.exe, or in the
|
/curl/docs/ |
H A D | Makefile.am | 29 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 126 mk-ca-bundle.1: mk-ca-bundle.md
|
H A D | mk-ca-bundle.md | 4 Title: mk-ca-bundle 6 Source: mk-ca-bundle 14 mk-ca-bundle - convert Mozilla's certificate bundle to PEM format 18 mk-ca-bundle [options] [output] 26 OpenSSL command line tool to produce the final ca-bundle output file. 28 The default *output* name is **ca-bundle.crt**. By setting it to '-' (a single 73 the output file. The meta data is not parsed in any way by mk-ca-bundle.
|
H A D | CMakeLists.txt | 33 foreach(_man_misc IN ITEMS "curl-config" "mk-ca-bundle")
|
/curl/tests/ |
H A D | globalconfig.pm | 70 $bundle 111 our $bundle = 0; # use bundled server, libtest, unit binaries
|
H A D | Makefile.am | 74 mk-bundle-hints.sh \ 75 mk-bundle.pl \ 128 TEST_COMMON += -bundle
|
H A D | runner.pm | 925 if($bundle) { 933 if($bundle) { 946 if($bundle) {
|
/curl/tests/unit/ |
H A D | Makefile.am | 57 unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl 58 @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > unit_bundle.c
|
H A D | CMakeLists.txt | 32 …COMMAND ${PERL_EXECUTABLE} "${PROJECT_SOURCE_DIR}/tests/mk-bundle.pl" "${CMAKE_CURRENT_SOURCE_DIR}… 34 "${PROJECT_SOURCE_DIR}/tests/mk-bundle.pl" ${FIRSTFILES}
|
/curl/tests/libtest/ |
H A D | Makefile.am | 94 libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl lib1521.c 95 @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > libtest_bundle.c
|
H A D | CMakeLists.txt | 42 …COMMAND ${PERL_EXECUTABLE} "${PROJECT_SOURCE_DIR}/tests/mk-bundle.pl" "${CMAKE_CURRENT_SOURCE_DIR}… 44 "${PROJECT_SOURCE_DIR}/tests/mk-bundle.pl" ${FIRSTFILES} "lib1521.c"
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CAINFO.md | 23 CURLOPT_CAINFO - path to Certificate Authority (CA) bundle 43 certificate bundle is assumed to be stored, as established at build time.
|
H A D | CURLOPT_PROXY_CAINFO.md | 26 CURLOPT_PROXY_CAINFO - path to proxy Certificate Authority (CA) bundle 48 certificate bundle is assumed to be stored, as established at build time.
|
H A D | CURLOPT_CAINFO_BLOB.md | 27 CURLOPT_CAINFO_BLOB - Certificate Authority (CA) bundle in PEM format
|
H A D | CURLOPT_PROXY_CAINFO_BLOB.md | 29 CURLOPT_PROXY_CAINFO_BLOB - proxy Certificate Authority (CA) bundle in PEM format
|
H A D | CURLOPT_PROXY_SSL_VERIFYPEER.md | 45 authority (CA) certificates you supply. curl uses a default bundle of CA
|
/curl/scripts/ |
H A D | Makefile.am | 26 mk-ca-bundle.pl mk-unity.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
|
/curl/m4/ |
H A D | curl-amissl.m4 | 49 # Use AmiSSL's built-in ca bundle
|
/curl/.github/workflows/ |
H A D | checksrc.yml | 66 --skip scripts/mk-ca-bundle.pl \
|
Completed in 25 milliseconds
12