714df4cfed
libssh2 support mbedtls as crypto back-end library since version 1.8.0. Default to mbedtls since it's smaller than either libgcrypt or openssl. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
config BR2_PACKAGE_LIBSSH2
|
|
bool "libssh2"
|
|
select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_MBEDTLS || BR2_PACKAGE_LIBGCRYPT)
|
|
help
|
|
libssh2 is a client-side C library implementing the SSH2
|
|
protocol as defined by Internet Drafts: SECSH-TRANS(22),
|
|
SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20),
|
|
SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10)
|
|
|
|
http://www.libssh2.org/
|