1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00
curl/docs/libcurl
Jay Satiro abbc5d6044 openssl: Don't ignore CA paths when using Windows CA store
This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does
not override CURLOPT_CAINFO / CURLOPT_CAPATH, or the hardcoded default
locations. Instead the CA store can now be used at the same time.

The change is due to the impending release. The issue is still being
discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and
is now documented as experimental.

Ref: bc052cc (parent commit)
Ref: https://github.com/curl/curl/issues/5585
2020-06-22 15:31:38 -04:00
..
opts openssl: Don't ignore CA paths when using Windows CA store 2020-06-22 15:31:38 -04:00
.gitignore
ABI.md ABI.md: rename to .md and polish the markdown 2020-06-12 17:05:21 +02:00
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_cleanup.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_easy_duphandle.3 curl_easy_duphandle.3: clarify that a duped handle has no shares 2019-03-01 21:47:30 +01:00
curl_easy_escape.3
curl_easy_getinfo.3 cleanup: correct copyright year range on a few files 2020-04-06 23:21:52 +02:00
curl_easy_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_pause.3
curl_easy_perform.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_recv.3
curl_easy_reset.3 altsvc: keep a copy of the file name to survive handle reset 2020-02-09 22:41:49 +01:00
curl_easy_send.3
curl_easy_setopt.3 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
curl_easy_strerror.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_unescape.3
curl_easy_upkeep.3 curl_easy_upkeep: removed 'conn' from the name 2018-09-07 13:43:26 +02:00
curl_escape.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_formadd.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_formfree.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_formget.3
curl_free.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_getdate.3
curl_getenv.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_global_cleanup.3
curl_global_init_mem.3 curl_global_init_mem.3: mention it was added in 7.12.0 2019-08-11 00:19:45 +02:00
curl_global_init.3 global_init: assume the EINTR bit by default 2020-01-26 18:27:18 +01:00
curl_global_sslset.3 polarssl: remove more references and mentions 2020-03-05 07:57:45 +01:00
curl_mime_addpart.3
curl_mime_data_cb.3
curl_mime_data.3
curl_mime_encoder.3
curl_mime_filedata.3
curl_mime_filename.3
curl_mime_free.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_mime_headers.3
curl_mime_init.3
curl_mime_name.3
curl_mime_subparts.3
curl_mime_type.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_mprintf.3
curl_multi_add_handle.3
curl_multi_assign.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_cleanup.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_multi_fdset.3
curl_multi_info_read.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_perform.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
curl_multi_poll.3 multi: add curl_multi_wakeup() 2019-11-25 15:45:56 +01:00
curl_multi_remove_handle.3 curl_multi_remove_handle.3: use at any time, just not from within callbacks 2019-02-19 11:22:29 +01:00
curl_multi_setopt.3 CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt 2019-10-02 07:47:48 +02:00
curl_multi_socket_action.3 CURLMOPT_SOCKETFUNCTION.3: clarified 2019-06-10 13:07:32 +02:00
curl_multi_socket_all.3
curl_multi_socket.3
curl_multi_strerror.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_timeout.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_wait.3 docs: add more references to curl_multi_poll 2019-11-28 22:29:18 +01:00
curl_multi_wakeup.3 curl_multi_wakeup.3: add example and AVAILABILITY 2019-11-26 08:11:32 +01:00
curl_share_cleanup.3 docs: mention NULL is fine input to several functions 2018-08-10 00:24:12 +02:00
curl_share_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_share_setopt.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_share_strerror.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_slist_append.3 docs: mention potential leak in curl_slist_append 2019-01-02 12:49:49 +01:00
curl_slist_free_all.3 whitespace fixes 2018-09-23 22:24:02 +00:00
curl_strequal.3
curl_strnequal.3
curl_unescape.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_url_cleanup.3 curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 2018-09-08 16:02:25 +02:00
curl_url_dup.3 curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 2018-09-08 16:02:25 +02:00
curl_url_get.3 docs: disambiguate CURLUPART_HOST is for host name (ie no port) 2019-09-28 18:13:33 +02:00
curl_url_set.3 docs: mention CURL_MAX_INPUT_LENGTH restrictions 2020-01-05 17:06:47 +01:00
curl_url.3 curl_url.3: this is not experimental anymore 2019-03-22 18:33:06 +01:00
curl_version_info.3 version: add 'cainfo' and 'capath' to version info struct 2020-03-27 09:04:27 +01:00
curl_version.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl-easy.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl-env.3
libcurl-errors.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl-multi.3 copyright updates: adjust year ranges 2020-04-26 23:59:22 +02:00
libcurl-security.3 docs: add warnings about FILE: URLs on Windows 2020-03-13 16:56:41 +01:00
libcurl-share.3
libcurl-thread.3 docs: Fix links to OpenSSL docs 2019-06-30 17:16:28 -04:00
libcurl-tutorial.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
libcurl-url.3 libcurl-url.3: overview man page for the URL API 2018-09-10 23:29:37 +02:00
libcurl.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl.m4 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
Makefile.am ABI.md: rename to .md and polish the markdown 2020-06-12 17:05:21 +02:00
Makefile.inc copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
mksymbolsmanpage.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
symbols-in-versions setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
symbols.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00