|
|
|
|
|
by ekidd
1002 days ago
|
|
Ah, yes, TLS. This is almost always the fault of Rust libraries that link against OpenSSL. So technically this is a C linking nightmare. :-/ I have configured cargo-deny for nearly all our projects to just ban OpenSSL from ever appearing as a dependency. |
|