Change #269898
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Mon 08 Jun 2026 13:53:54 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | d69bfad3fa3daf5e72331f6870667607828d5891 |
Comments
ssl native_ca_store: always reinit Add bit `native_ca_store_opt` to keep the setting of CURLOPT_(PROXY_)SSL_OPTIONS and use that to calculate every easy transfer if a native CA store shall be used or not. This avoids `native_ca_store` getting stuck on TRUE after being set once. Closes #21902
Changed files
- lib/doh.c
- lib/setopt.c
- lib/vtls/vtls_config.c