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)
Sat, Jun 13, 11:07 AM
Unknown Object (File)
Sat, Jun 6, 10:41 PM
Unknown Object (File)
Thu, Jun 4, 5:16 PM
Unknown Object (File)
May 15 2026, 11:19 AM
Unknown Object (File)
May 14 2026, 6:17 PM
Unknown Object (File)
May 14 2026, 5:19 PM
Unknown Object (File)
May 14 2026, 5:19 PM
Unknown Object (File)
May 12 2026, 11:53 AM
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.