Page MenuHomeFreeBSD

lang/rust: Make OpenSSL use the system default truststore in Cargo
ClosedPublic

Authored by michaelo on Feb 24 2025, 10:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 5:44 AM
Unknown Object (File)
Fri, Nov 14, 2:42 AM
Unknown Object (File)
Fri, Nov 14, 2:41 AM
Unknown Object (File)
Thu, Nov 13, 11:47 PM
Unknown Object (File)
Tue, Nov 11, 2:20 AM
Unknown Object (File)
Oct 25 2025, 5:17 AM
Unknown Object (File)
Oct 24 2025, 9:32 PM
Unknown Object (File)
Oct 24 2025, 5:31 PM
Subscribers

Details

Summary

Cargo uses curl-rust and git2-rs (which uses curl-rest as well).
Unfortunately, git2-rs calls openssl_probe::init_ssl_cert_env_vars()
unconditionally which breaks the process environment by setting an invalid
value for SSL_CERT_DIR and then the system default truststore is circumvented,
resulting in certificate validation errors even if certlctl(8) manages
everything nicely.

Upstream issues:

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Rust maintainers, please have a look. This is quite annoying issue especially because it is hard to diagnose from a high level perspective.

This revision is now accepted and ready to land.Mar 7 2025, 1:16 PM

Hope to remove patch when upstream accepts it.