libssh-rs icon indicating copy to clipboard operation
libssh-rs copied to clipboard

add support for using mbedtls instead of openssl

Open keredson opened this issue 9 months ago • 4 comments

this library was recently updated to use libssh v0.10.6. libssh v0.10.0 added support for using mbedtls (instead of openssl). can we add a feature to enable building libssh with option WITH_MBEDTLS? (vendored-mbedtls perhaps?)

See:

  • https://www.libssh.org/2022/08/26/libssh-0-10-0/
  • https://github.com/xbmc/libssh/blob/master/README.mbedtls
  • https://github.com/xbmc/libssh/blob/3cb0a1bf023cce7209290f998b8dc3029ed3df77/DefineOptions.cmake#L10C1-L11C1

keredson avatar May 18 '24 23:05 keredson