Change #248013
| Category | curl |
| Changed by | Stefan Eissing <stefan@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
- lib/vtls/vtls.c
- tests/http/test_17_ssl_use.py
- tests/http/testenv/certs.py
- tests/http/testenv/curl.py
- tests/http/testenv/env.py