Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 37) sorted by relevance

12

/curl/
H A Dcurl-config.in54 --ssl-backends output the SSL backends libcurl was built to support
170 --ssl-backends)
/curl/docs/libcurl/
H A Dcurl_global_sslset.md43 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 Dlibcurl-env.md49 When libcurl is built to support multiple SSL backends, it selects a specific
H A Dlibcurl-thread.md67 without using either the c-ares or threaded resolver backends. On systems that
/curl/docs/cmdline-opts/
H A Dtlsv1.3.md25 Note that TLS 1.3 is not supported by all TLS backends.
H A Dhostpubsha256.md23 other SSH backends.
H A Dcert-status.md25 This support is currently only implemented in the OpenSSL and GnuTLS backends.
H A Ddoh-cert-status.md26 This support is currently only implemented in the OpenSSL and GnuTLS backends.
H A Dversion.md37 done using either the c-ares or the threaded resolver backends.
88 This curl supports multiple TLS backends.
H A Dkey.md32 ignored for TLS protocols (HTTPS, etc). Those backends expect the private key
H A Dpinnedpubkey.md45 Other SSL backends not supported.
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSL_OPTIONS.md49 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 DCURLOPT_SSL_OPTIONS.md47 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 DCURLOPT_SSLKEY.md40 Schannel SSL backends because they expect the private key to be already present
H A DCURLOPT_CAINFO_BLOB.md86 Transport and Schannel backends.
H A DCURLOPT_PROXY_SSLKEY.md43 Schannel SSL backends because they expect the private key to be already
H A DCURLOPT_NOSIGNAL.md35 building libcurl with the c-ares or threaded resolver backends to enable
H A DCURLOPT_PROXY_CAINFO.md91 For TLS backends that do not support certificate files, the
H A DCURLOPT_PINNEDPUBLICKEY.md146 Other SSL backends not supported.
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md128 Other SSL backends not supported.
H A DCURLINFO_TLS_SSL_PTR.md80 Since 7.48.0 the *internals* member can point to these other SSL backends
H A DCURLOPT_SSL_CTX_FUNCTION.md85 For libcurl builds using TLS backends that support CA caching and
/curl/docs/
H A Dcurl-config.md81 ## --ssl-backends
83 Lists the SSL backends that were enabled when libcurl was built. It might be
H A DKNOWN_BUGS20 2.5 Client cert handling with Issuer DN differs between backends
136 2.5 Client cert handling with Issuer DN differs between backends
139 server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
385 more bugs compared to other TLS backends such as OpenSSL. In the past users
/curl/lib/vtls/
H A Dvtls.c1417 static char backends[200]; in multissl_version() local
1424 char *p = backends; in multissl_version()
1425 char *end = backends + sizeof(backends); in multissl_version()
1430 backends[0] = '\0'; in multissl_version()
1437 p += msnprintf(p, end - p, "%s%s%s%s", (p != backends ? " " : ""), in multissl_version()
1442 backends_len = p - backends; in multissl_version()
1447 strcpy(buffer, backends); in multissl_version()

Completed in 34 milliseconds

12