| commit | 40dcf5567c3c212c78c4671aeacba8f55ec013a1 | [log] [tgz] |
|---|---|---|
| author | Keno Fischer <keno@alumni.harvard.edu> | Tue Jun 24 18:33:12 2025 -0400 |
| committer | Daniel Stenberg <daniel@haxx.se> | Wed Jun 25 11:23:56 2025 +0200 |
| tree | a1d2a19e85dd66c6fa379bd05aa09ece7688fdf1 | |
| parent | 7ba58cf89c8bbe9b34b6b8be1a1249a7ee19028b [diff] |
docs: reflect that delimiter-separated capath is only OpenSSL curl passes down the capath directly to the backends. OpenSSL will then delimiter-separate this path internally to support multiple directories (using its certificate hash scheme). However, the other backends (wolfSSL, mbedTLS, gnutls) only expect a single directory (and do not use the hash scheme, preferring to iterate the directory and load all files). This adjusts the `--capath` documentation to reflect that multiple paths is an OpenSSL-specific feature. Alternatively, curl could delimiter-separate these itself, but I'm not sure it's worth it. Ref https://github.com/JuliaLang/NetworkOptions.jl/issues/41 Closes #17737
curl is a command-line tool for transferring data specified with URL syntax. Learn how to use curl by reading the manpage or everything curl.
Find out how to install curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl manpage to learn how.
curl is Open Source and is distributed under an MIT-like license.
Contact us on a suitable mailing list or use GitHub issues/ pull requests/ discussions.
All contributors to the project are listed in the THANKS document.
For commercial support, maybe private and dedicated help with your problems or applications using (lib)curl visit the support page.
Visit the curl website for the latest news and downloads.
Download the latest source from the Git server:
git clone https://github.com/curl/curl.git
Report suspected security problems via our HackerOne page and not in public.
curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.
Thank you to all our backers :pray: Become a backer.
Support this project by becoming a sponsor.