aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2013-12-04tests: Try to fix torture_forward.Andreas Schneider1-4/+4
2013-12-04tests: Fix memory leaks.Andreas Schneider1-0/+9
2013-11-27tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider1-0/+44
2013-11-27tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider1-0/+40
2013-11-27tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider1-0/+40
2013-11-27tests: Try to fix valgrind warnings.Andreas Schneider2-4/+4
2013-11-27tests: Fix a valgrind warning.Andreas Schneider1-0/+1
2013-10-31tests: Add a test for ssh_channel().Andreas Schneider2-0/+50
2013-10-23tests: Add a sftp_read blocking test.Andreas Schneider2-0/+84
2013-10-20tests: Add a test for ssh_channel_request_env().Andreas Schneider2-0/+115
2013-10-20tests: We can't test the accept right now.Andreas Schneider1-1/+5
2013-10-20tests: Fix torture_forward.Andreas Schneider1-3/+4
2013-10-20tests: Add torture forward test.Andreas Schneider2-0/+90
2013-07-26tests: Add suppression for getdelim with selinux.Andreas Schneider1-0/+11
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-1/+4
2013-07-21tests: Don't leak memory in torture_channel_read_error().Andreas Schneider1-0/+2
2013-07-13tests: Use fstat() after the open().Andreas Schneider1-8/+8
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider1-0/+18
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2013-06-18tests: Check return value of stat.Andreas Schneider1-1/+3
2013-06-18tests: Check return values of buffer functions.Andreas Schneider1-3/+7
2013-06-17tests: Use memory assert functions.Andreas Schneider1-7/+10
2013-06-13torture: Fix a resource leak on error.Andreas Schneider1-0/+1
2013-06-13tests: Don't leak memory.Andreas Schneider1-1/+2
2013-06-11tests: Check the return value of write.Andreas Schneider1-1/+2
2012-12-27Report according status when errors are detectedAris Adamantiadis1-0/+1
2012-12-27Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis1-0/+108
2012-12-23Benchmarks: parse config filesAris Adamantiadis1-0/+1
2012-11-27test: Try to fetch wrong values in buffer.Aris Adamantiadis1-0/+33
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2012-10-12tests: Add a valgrind suppression for getaddrino leak.Andreas Schneider1-0/+10
https://bugzilla.redhat.com/show_bug.cgi?id=859717
2012-10-12tests: Add a valgrind suppression for OPENSSL_cleanse().Andreas Schneider1-0/+5
2012-10-09torture: Fix keyboard interactive authentication.Andreas Schneider1-2/+1
2012-10-07tests: Make sure the array is null terminated.Andreas Schneider1-2/+2
2012-10-07torture: Use new userauth functions.Andreas Schneider1-3/+10
2012-10-07tests: Don't leak memory in options test.Andreas Schneider1-0/+4
2012-10-07tests: Don't run ecdh tests if not supported by crypto lib.Andreas Schneider1-2/+2
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider4-21/+21
cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
2012-02-08cmake: Update FindCMokery.Andreas Schneider1-1/+1
2012-02-07tests: Fix known_hosts test.Andreas Schneider1-2/+2
2012-02-05session: Use a struct for all options.Andreas Schneider2-18/+18
2012-02-05tests: Turn debug crypto on in ctest.Andreas Schneider1-1/+1
2012-02-04pki: Fix build if you don't have ECC support.Andreas Schneider1-6/+30
2012-02-04tests: Test ecdsa key generation and signing.Andreas Schneider1-0/+45
2012-02-04tests: Add duplicate ecdsa key test.Andreas Schneider1-0/+49
2012-02-04tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider1-0/+44
2012-02-04tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider1-0/+26
2012-02-04tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider1-0/+40
2012-02-04tests: Add test for reading ecdsa privkey.Andreas Schneider1-0/+39
2011-12-27torture: Fix compilation with cmockery.Andreas Schneider1-1/+2
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-4/+4
* Use SSH_ERROR and SSH_OK instead of `-1` and `0`. * Re-factor for code duplication * No longer call `ssh_set_error_invalid(ssh_session)` when the ssh_session is NULL.
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider1-0/+6