aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+14
2017-12-21tests/client/algorithms: Respect global verbosity settingsJakub Jelen1-0/+3
2017-12-15tests: Do not test blowfish ciphers with OpenSSH 7.6 and newerJakub Jelen1-0/+4
2017-11-09test: ssh_userauth_kbdint_setanswer() does not network interactionAndreas Schneider1-3/+1
2017-10-29torture_algorithms: deduplicate kex method passesJon Simons1-90/+49
2017-10-28Fix config.h includesAndreas Schneider12-0/+24
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons1-2/+46
2017-06-07tests: fix buffer overflow in testcaseAris Adamantiadis1-1/+1
2016-11-08tests: Fix session management of torture_knownhostsAndreas Schneider1-6/+10
2016-11-06cmake: Correctly check for sys/[u]time.hAndreas Schneider1-0/+2
2016-11-05tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-11-04tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-11-04tests: Fix memory leaks in torture_knownhostsAndreas Schneider1-0/+6
2016-10-08tests: Add test for sftp_fsync()Andreas Schneider2-1/+132
2016-05-03tests: Improve the torture_request_env testAndreas Schneider1-3/+3
2016-03-15torture_auth: Add tests for client side certificate authenticationAxel Eppe1-0/+98
2016-02-03tests: Fix running ssh-agentAndreas Schneider1-2/+19
2016-02-03tests: Switch to user bob in setupAndreas Schneider3-0/+34
2016-01-19cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano FidĂȘncio1-2/+2
2016-01-14tests: Turn on kbdint tests in torture_authAndreas Schneider1-4/+0
2016-01-14tests: Support other openssh versions ...Andreas Schneider1-6/+4
2016-01-14tests: Rename torture_sftp_static to torture_sftp_extAndreas Schneider2-4/+1
2016-01-14tests: Migrate torture_sftp_read to a cwrap testAndreas Schneider2-29/+44
2016-01-14tests: Migrate torture_sftp_dir to cwrap testAndreas Schneider2-29/+52
2016-01-14tests: Migrate torture_request_env to cwrap testAndreas Schneider2-29/+40
2016-01-14tests: Migrate torture_session to cwrap testAndreas Schneider2-42/+53
2016-01-14tests: Migrate torture_proxycommand to new cwrap testAndreas Schneider2-23/+56
2016-01-14tests: Migrate torture_knownhosts to new cwrap testAndreas Schneider2-96/+181
2016-01-14tests: Migrate torture_forward to a cwrap testAndreas Schneider2-34/+34
2016-01-14tests: Migrate torture_algorithms to a cwrap testAndreas Schneider2-106/+221
2016-01-14tests: Migrate torture_auth as a cwrap testAndreas Schneider2-205/+254
2016-01-14tests: Convert torture_connect to a cwrap testAndreas Schneider2-26/+74
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider11-99/+141
2015-05-05tests: Apply umask before calling mkstemp()Andreas Schneider1-1/+3
2015-02-14torture: fix includes for freebsd10Aris Adamantiadis1-1/+3
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis11-13/+22
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn4-4/+4
2014-07-06examples: cast arguments of connect(2)Aris Adamantiadis1-1/+1
2014-04-22Add tests for SHA2 HMAC algorithmsDirkjan Bussink1-25/+111
2014-03-27tests: torture_connect: add test for user provided socketLuka Perkov1-0/+25
2014-03-27tests: torture_connect: fix coding styleLuka Perkov1-8/+7
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis1-10/+10
2014-02-01knownhosts: add test case for bug #138Aris Adamantiadis1-0/+43
2014-02-01known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-3/+30
2014-02-01Added known host test casesAris Adamantiadis1-0/+122
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider1-1/+1
2014-01-07tests: avoid reading uninitialized bytesAris Adamantiadis1-2/+2
2014-01-07examples: Make sure buffer is initialized.Andreas Schneider1-1/+1
2014-01-06test: fixed torture_auth_none conditionAris Adamantiadis1-2/+2
2014-01-06test: test case for async auth_noneAris Adamantiadis1-0/+59