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

Change #248013

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Sat 08 Nov 2025 17:02:54
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision f55974c139d88582a9c503c9a35840f3b9fae458

Comments

vtls: fix CURLOPT_CAPATH use
A regression in curl 8.17.0 led to a customer CAPATH set by the
application (or the curl command) to be ignored unless licurl was built
with a default CAPATH.

Add test cases using `--capath` on the custom pytest CA, generated with
the help of the openssl command when available.

Fixes #19401
Reported-by: Brad King
Closes #19308

Changed files