alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
467 stars 142 forks source link

Support Rustls? #280

Closed 0cv closed 1 year ago

0cv commented 1 year ago

Are there plans to support Rustls instead of (or additionally to) openssl? The biggest advantage I'd see is for cross compilation, such as developing on Windows or Mac and deploy to Lambda. This requires at the moment to compile through e.g. Docker, as far as I could see.

yodaldevoid commented 1 year ago

That is a question for libssh2. I'm fairly certain we can't add support for it unless they do.