summaryrefslogtreecommitdiffstats
path: root/tests/client
Commit message (Collapse)AuthorAgeFilesLines
* examples: cast arguments of connect(2)Aris Adamantiadis2014-07-061-1/+1
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* Add tests for SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-25/+111
| | | | | | BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* tests: torture_connect: add test for user provided socketLuka Perkov2014-03-271-0/+25
| | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* tests: torture_connect: fix coding styleLuka Perkov2014-03-271-8/+7
| | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-041-10/+10
|
* knownhosts: add test case for bug #138Aris Adamantiadis2014-02-011-0/+43
|
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-011-3/+30
| | | | | Goal of that function is to test the preferred key exchange methods based on what's available in the known_hosts file
* Added known host test casesAris Adamantiadis2014-02-011-0/+122
|
* channel: Fix the name scheme of the forward functions.Andreas Schneider2014-01-161-1/+1
|
* tests: avoid reading uninitialized bytesAris Adamantiadis2014-01-071-2/+2
|
* examples: Make sure buffer is initialized.Andreas Schneider2014-01-071-1/+1
|
* test: fixed torture_auth_none conditionAris Adamantiadis2014-01-061-2/+2
|
* test: test case for async auth_noneAris Adamantiadis2014-01-061-0/+59
| | | | This test currently fails
* tests: auth_agent_nonblocking should run in nonblockingAris Adamantiadis2014-01-061-0/+2
|
* tests: use LC_LIBSSH instead of LANG for env tests.Aris Adamantiadis2014-01-061-2/+2
| | | | | LANG is stripped and replaced on many distros and LC_* is accepted by default on debian
* tests: Fix non-blocking auth tests.Andreas Schneider2013-12-151-7/+15
| | | | | | The ssh_userauth_none() call should already be non-blocking. However this this function is broken in non-blocking mode. It should reveal the existing bug.
* tests: Fix blocking mode in password auth test.Andreas Schneider2013-12-151-1/+1
|
* tests: Use new auth API in the torture_session test.Andreas Schneider2013-12-151-2/+3
|
* tests: Use new auth API in the torture_auth test.Andreas Schneider2013-12-151-10/+19
|
* tests: Try to fix torture_forward.Andreas Schneider2013-12-041-4/+4
|
* tests: Add missing line breaks.Andreas Schneider2013-11-281-2/+2
|
* tests: Try to fix valgrind warnings.Andreas Schneider2013-11-272-4/+4
|
* tests: Add a sftp_read blocking test.Andreas Schneider2013-10-232-0/+84
|
* tests: Add a test for ssh_channel_request_env().Andreas Schneider2013-10-202-0/+115
|
* tests: We can't test the accept right now.Andreas Schneider2013-10-201-1/+5
|
* tests: Fix torture_forward.Andreas Schneider2013-10-201-3/+4
|
* tests: Add torture forward test.Andreas Schneider2013-10-202-0/+90
|
* tests: Don't leak memory in torture_channel_read_error().Andreas Schneider2013-07-211-0/+2
|
* tests: Check the return value of write.Andreas Schneider2013-06-111-1/+2
|
* Report according status when errors are detectedAris Adamantiadis2012-12-271-0/+1
|
* Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis2012-12-271-0/+108
|
* tests: Make sure the array is null terminated.Andreas Schneider2012-10-071-2/+2
|
* tests: Don't run ecdh tests if not supported by crypto lib.Andreas Schneider2012-10-071-2/+2
|
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-071-7/+7
| | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
* tests: Fix known_hosts test.Andreas Schneider2012-02-071-2/+2
|
* build: Fix zlib support.Andreas Schneider2011-09-231-6/+6
|
* torture_algorithm: follow verbosityAris Adamantiadis2011-09-231-0/+2
|
* torture: check for presence of ssh agentAris Adamantiadis2011-09-231-2/+9
|
* tests: nonblocking keyboard-interactiveAris Adamantiadis2011-09-111-0/+55
|
* Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis2011-09-111-0/+32
|
* Tests: unit test for agent authenticationAris Adamantiadis2011-09-111-0/+59
|
* unittests:make sftp_dir pass on my laptopAris Adamantiadis2011-09-021-0/+2
|
* tests: Enable ecdh_sha2_nistp256 test only with openssl.Andreas Schneider2011-08-301-0/+4
|
* tests: Fix torture test with zlib support.Andreas Schneider2011-08-221-9/+33
|
* Test for ecdh and dh-group1Aris Adamantiadis2011-06-121-0/+43
|
* Added testcase for the timeout connecting problemAris Adamantiadis2011-05-241-2/+35
|
* tests: Added two asserts to torture_sftp_dir.Andreas Schneider2011-02-131-0/+4
|
* tests: Some fixes for sftp_dir.Andreas Schneider2011-02-071-4/+5
|
* tests: Added test for sftp directory functions.Andreas Schneider2011-02-062-0/+68
|
* tests: Fixed missing ;Andreas Schneider2011-02-061-1/+1
|