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

Change #246162

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sun 19 Oct 2025 23:47:47
Repository https://api.github.com/repos/curl/curl
Project curl/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