Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #237750

Category curl
Changed by Keno Fischer <kenoohnoyoudont@alumni.harvard.edu>
Changed at Wed 25 Jun 2025 11:23:56
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 40dcf5567c3c212c78c4671aeacba8f55ec013a1

Comments

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

Changed files