package/libssh: add support for mbedtls crypto backend
authorMircea Gliga <gliga.mircea@gmail.com>
Tue, 24 Sep 2019 13:26:02 +0000 (16:26 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Feb 2020 19:37:01 +0000 (20:37 +0100)
commitc93ddf0eaf0b8ff68dcdbbbbfef045e219d69cd3
treeea2149b6a93283fb0bbdfd8c17ab3618a7ffcdc2
parent59dbd33496d1176b49e38e06580a1b6d0be27838
package/libssh: add support for mbedtls crypto backend

At this point Buildroot doesn't allow to use mbedTLS crypto
backend even though libssh supports it. In case of fully statically
linked ELF executables the size difference between OpenSSL and mbedTLS
is significant: it matters for embedded targets with very limited
storage.

This patch adds support for compiling libssh with mbedTLS as a crypto
backend.  It also allows the selection of the crypto backend libssh will use
through a choice in the package config, similar to libssh2.

Currently, the selection of the backend is based on a priority order,
which is not always desirable, as in some cases multiple backends
can exists at the same time for various reasons.

Signed-off-by: Mircea Gliga <gliga.mircea@gmail.com>
[Peter: use depends on rather can select for consistency with libssh2]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libssh/Config.in
package/libssh/libssh.mk