Home
last modified time | relevance | path

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

12

/curl/lib/
H A Dconncache.c108 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()
376 if(!bundle) { in Curl_cpool_add_conn()
404 if(bundle && (list == &bundle->conns)) { in cpool_remove_conn()
[all …]
/curl/
H A DMakefile.dist65 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 DMakefile.am234 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 Dacinclude.m41184 dnl Check if a default ca-bundle should be used
1189 dnl /usr/share/ssl/certs/ca-bundle.crt old(er) Redhat
1196 AC_MSG_CHECKING([default CA cert bundle/path])
1198 AC_ARG_WITH(ca-bundle,
1199 AS_HELP_STRING([--with-ca-bundle=FILE],
1201 AS_HELP_STRING([--without-ca-bundle], [Don't use a default CA bundle]),
1205 AC_MSG_ERROR([--with-ca-bundle=FILE requires a path to the CA bundle])
1234 dnl --with-ca-bundle given
1261 /etc/pki/tls/certs/ca-bundle.crt \
1262 /usr/share/ssl/certs/ca-bundle.crt \
[all …]
H A Dcurl-config.in44 --ca CA bundle install path
H A DCMakeLists.txt1283 STRING "Path to the CA bundle to embed in the curl tool.")
1314 # Skip auto-detection of unset CA path because CA bundle is set explicitly
1316 # Skip auto-detection of unset CA bundle because CA path is set explicitly
1318 # First try auto-detecting a CA bundle, then a CA path
1323 "/etc/pki/tls/certs/ca-bundle.crt"
1324 "/usr/share/ssl/certs/ca-bundle.crt"
1328 message(STATUS "Found CA bundle: ${_search_ca_bundle_path}")
1345 set(CURL_CA_PATH_SET TRUE CACHE BOOL "Path to the CA bundle has been set")
1354 message(STATUS "Found CA bundle to embed: ${CURL_CA_EMBED}")
1356 message(FATAL_ERROR "CA bundle to embed is missing: '${CURL_CA_EMBED}'")
[all …]
/curl/docs/cmdline-opts/
H A Ddump-ca-embed.md5 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 Dcacert.md28 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 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
126 mk-ca-bundle.1: mk-ca-bundle.md
H A Dmk-ca-bundle.md4 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 DCMakeLists.txt33 foreach(_man_misc IN ITEMS "curl-config" "mk-ca-bundle")
/curl/tests/
H A Dglobalconfig.pm69 $bundle
109 our $bundle = 0; # use bundled server, libtest, unit binaries
H A DMakefile.am74 mk-bundle-hints.sh \
75 mk-bundle.pl \
128 TEST_COMMON += -bundle
H A Drunner.pm913 if($bundle) {
921 if($bundle) {
934 if($bundle) {
/curl/tests/unit/
H A DMakefile.am57 unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl
58 @PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > unit_bundle.c
H A DCMakeLists.txt32 …COMMAND ${PERL_EXECUTABLE} "${CURL_SOURCE_DIR}/tests/mk-bundle.pl" "${CMAKE_CURRENT_SOURCE_DIR}" >…
34 "${CURL_SOURCE_DIR}/tests/mk-bundle.pl" ${FIRSTFILES}
/curl/tests/libtest/
H A DMakefile.am94 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 DCMakeLists.txt42 …COMMAND ${PERL_EXECUTABLE} "${CURL_SOURCE_DIR}/tests/mk-bundle.pl" "${CMAKE_CURRENT_SOURCE_DIR}" >…
44 "${CURL_SOURCE_DIR}/tests/mk-bundle.pl" ${FIRSTFILES} "lib1521.c"
/curl/docs/libcurl/opts/
H A DCURLOPT_CAINFO.md23 CURLOPT_CAINFO - path to Certificate Authority (CA) bundle
43 certificate bundle is assumed to be stored, as established at build time.
H A DCURLOPT_PROXY_CAINFO.md26 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 DCURLOPT_CAINFO_BLOB.md27 CURLOPT_CAINFO_BLOB - Certificate Authority (CA) bundle in PEM format
H A DCURLOPT_PROXY_CAINFO_BLOB.md29 CURLOPT_PROXY_CAINFO_BLOB - proxy Certificate Authority (CA) bundle in PEM format
/curl/scripts/
H A DMakefile.am26 mk-ca-bundle.pl mk-unity.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
/curl/m4/
H A Dcurl-amissl.m449 # Use AmiSSL's built-in ca bundle
/curl/.github/workflows/
H A Dchecksrc.yml58 --skip scripts/mk-ca-bundle.pl \

Completed in 52 milliseconds

12