1
1
libssh/tests/client
Juraj Vijtiuk 778652460f add mbedtls crypto support
Summary:
This patch adds support for mbedTLS as a crypto backend for libssh.
mbedTLS is an SSL/TLS library that has been designed to mainly be used
in embedded systems.  It is loosely coupled and has a low memory
footprint.  mbedTLS also provides a cryptography library (libmbedcrypto)
that can be used without the TLS modules.
The patch is unfortunately quite big, since several new files had to
be added.
DSA is disabled at compile time, since mbedTLS doesn't support DSA
Patch review and feedback would be appreciated, and if any issues or
suggestions appear, I'm willing to work on them.

Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>

Test Plan:
* The patch has been tested with a Debug and MinSizeRel build, with
libssh unit tests, client tests and the pkd tests.
* All the tests have been run with valgrind's memcheck, drd and helgrind
tools.
* The examples/samplessh client works when built with the patch.

Reviewers: asn, aris

Subscribers: simonsj

Differential Revision: https://bugs.libssh.org/D1
2017-12-28 11:17:39 +01:00
..
CMakeLists.txt tests: Add test for sftp_fsync() 2016-10-08 13:38:56 +02:00
torture_algorithms.c tests/client/algorithms: Respect global verbosity settings 2017-12-21 11:43:19 +01:00
torture_auth.c test: ssh_userauth_kbdint_setanswer() does not network interaction 2017-11-09 15:35:22 +01:00
torture_connect.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_forward.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_knownhosts.c add mbedtls crypto support 2017-12-28 11:17:39 +01:00
torture_proxycommand.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_request_env.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_session.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_sftp_dir.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_sftp_ext.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_sftp_fsync.c Fix config.h includes 2017-10-28 14:31:37 +02:00
torture_sftp_read.c Fix config.h includes 2017-10-28 14:31:37 +02:00