Searched refs:backends (Results 1 – 25 of 37) sorted by relevance
12
/curl/ |
H A D | curl-config.in | 54 --ssl-backends output the SSL backends libcurl was built to support 170 --ssl-backends)
|
/curl/docs/libcurl/ |
H A D | curl_global_sslset.md | 43 NULL-terminated list of available backends. The available backends are those 53 NULL-terminated list of available SSL backends. In this case, you may call the 139 If this libcurl was built completely without SSL support, with no backends at
|
H A D | libcurl-env.md | 49 When libcurl is built to support multiple SSL backends, it selects a specific
|
H A D | libcurl-thread.md | 67 without using either the c-ares or threaded resolver backends. On systems that
|
H A D | curl_version_info.md | 265 libcurl was built with multiple SSL backends. For details, see 324 backends). (Added in 7.21.4)
|
/curl/docs/cmdline-opts/ |
H A D | tlsv1.3.md | 25 Note that TLS 1.3 is not supported by all TLS backends.
|
H A D | hostpubsha256.md | 23 other SSH backends.
|
H A D | cert-status.md | 25 This support is currently only implemented in the OpenSSL and GnuTLS backends.
|
H A D | doh-cert-status.md | 26 This support is currently only implemented in the OpenSSL and GnuTLS backends.
|
H A D | version.md | 37 done using either the c-ares or the threaded resolver backends. 88 This curl supports multiple TLS backends.
|
H A D | key.md | 32 ignored for TLS protocols (HTTPS, etc). Those backends expect the private key
|
H A D | pinnedpubkey.md | 45 Other SSL backends not supported.
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXY_SSL_OPTIONS.md | 49 Tells libcurl to disable certificate revocation checks for those SSL backends 65 offline distribution points for those SSL backends where such behavior is
|
H A D | CURLOPT_SSLKEY.md | 40 Schannel SSL backends because they expect the private key to be already present
|
H A D | CURLOPT_SSL_OPTIONS.md | 47 Tells libcurl to disable certificate revocation checks for those SSL backends 63 offline distribution points for those SSL backends where such behavior is
|
H A D | CURLOPT_CAINFO_BLOB.md | 86 Transport and Schannel backends.
|
H A D | CURLOPT_PROXY_SSLKEY.md | 43 Schannel SSL backends because they expect the private key to be already
|
H A D | CURLOPT_NOSIGNAL.md | 35 building libcurl with the c-ares or threaded resolver backends to enable
|
H A D | CURLOPT_PROXY_CAINFO.md | 91 For TLS backends that do not support certificate files, the
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 146 Other SSL backends not supported.
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 128 Other SSL backends not supported.
|
H A D | CURLOPT_SSL_CTX_FUNCTION.md | 85 For libcurl builds using TLS backends that support CA caching and
|
H A D | CURLINFO_TLS_SSL_PTR.md | 80 Since 7.48.0 the *internals* member can point to these other SSL backends
|
/curl/docs/ |
H A D | curl-config.md | 81 ## --ssl-backends 83 Lists the SSL backends that were enabled when libcurl was built. It might be
|
/curl/lib/vtls/ |
H A D | vtls.c | 1446 static char backends[200]; in multissl_version() local 1453 char *p = backends; in multissl_version() 1454 char *end = backends + sizeof(backends); in multissl_version() 1459 backends[0] = '\0'; in multissl_version() 1466 p += msnprintf(p, end - p, "%s%s%s%s", (p != backends ? " " : ""), in multissl_version() 1471 backends_len = p - backends; in multissl_version() 1476 strcpy(buffer, backends); in multissl_version()
|
Completed in 54 milliseconds
12