rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

rustls support? #998

Closed Masber closed 8 months ago

Masber commented 8 months ago

Hi, I am using git2 crate and realised it depends on openssl-sys, Is there a plan to support rustls? I also checked the features and could not find anything related to rustls.

I would like to avoid this dependency because it breaks my binary portability due to:

error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

thanks

ehuss commented 8 months ago

Unfortunately there is no plan at this time. Closing as a duplicate of #623.