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, Sep 8, 12:00 AM
Unknown Object (File)
Mon, Sep 7, 6:39 AM
Unknown Object (File)
Sat, Sep 5, 1:41 PM
Unknown Object (File)
Sat, Sep 5, 1:40 PM
Unknown Object (File)
Sat, Sep 5, 1:38 PM
Unknown Object (File)
Fri, Sep 4, 4:14 AM
Unknown Object (File)
Thu, Sep 3, 12:56 PM
Unknown Object (File)
Tue, Sep 1, 11:30 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.