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)
Tue, Jan 20, 6:24 PM
Unknown Object (File)
Tue, Jan 13, 1:05 AM
Unknown Object (File)
Mon, Dec 29, 11:40 AM
Unknown Object (File)
Mon, Dec 29, 5:46 AM
Unknown Object (File)
Wed, Dec 24, 5:35 PM
Unknown Object (File)
Wed, Dec 24, 5:35 PM
Unknown Object (File)
Wed, Dec 24, 5:35 PM
Unknown Object (File)
Wed, Dec 24, 5:35 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.