Change #246168
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 23:47:47 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | d3b2ba92c7ed587d48afd1bbc58de19eab6645bf |
Comments
rustls: exit on error In init_config_builder_verifier() the call to rustls_root_cert_store_builder_build() set result on failure but did not return. Pointed out by ZeroPath Closes #19125
Changed files
- lib/vtls/rustls.c