aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2015-09-08cmake: Handle libssh threas library correctlyAndreas Schneider1-5/+7
2015-08-10tests: Add checks for ssh_key_is_private()Andreas Schneider1-0/+30
2015-05-06tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider1-16/+31
2015-05-06tests: Fix memory leak in torture_server_x11 testAndreas Schneider1-0/+2
2015-05-05cmake: Add missing OpenSSL include directoryAndreas Schneider1-0/+2
2015-05-05tests: Apply umask before calling mkstemp()Andreas Schneider1-0/+5
2015-04-02unittests: Fix memory leak in torture_pki_ed25519Andreas Schneider1-0/+2
2015-02-12tests: torture-misc: check for NULL return codesAris Adamantiadis1-3/+17
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis11-12/+22
2015-02-02ed25519: Add test for signatures and verificationAris Adamantiadis2-0/+122
2015-02-02tests: Add ed25519 encrypted keys exportAris Adamantiadis1-0/+29
2015-02-02tests: Add ed25519 encrypted keys importAris Adamantiadis1-0/+18
2015-02-02tests: Add ed25519 OpenSSH key savingAris Adamantiadis1-4/+47
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis1-2/+187
2015-01-21tests: Fix torture_server_x11().Andreas Schneider1-2/+7
2015-01-20tests: Add torture_server_x11 test.Alan Dunn2-0/+214
2014-09-07buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis1-0/+1
2014-09-07buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis1-2/+3
2014-08-18tests: Fix writing the '\0'.Andreas Schneider1-2/+2
2014-08-15tests: Use public testkey passphrase function in pki test.Andreas Schneider1-7/+6
2014-08-15tests: Use public testkeys in pki test.Andreas Schneider1-178/+74
2014-08-15tests: Make write file a public torture function.Andreas Schneider1-28/+10
2014-08-15tests: Make sure we null terminate the buffer.Andreas Schneider1-3/+4
2014-08-15tests: Fix memory leak in buffer test.Andreas Schneider1-0/+2
2014-08-06torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis1-96/+212
2014-08-06tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis1-1/+27
2014-08-06tests: test for ssh_buffer_(un)packAris Adamantiadis1-0/+98
2014-06-10tests: Add test for the logging function.Andreas Schneider1-0/+40
2014-04-09pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-10/+142
2014-03-27tests: Check the the ecdsa_nid is the same.Andreas Schneider1-0/+2
2014-03-27tests: Add test case for bug #147Alan Dunn1-0/+34
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-5/+5
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-2/+2
2013-12-11tests: Fix pki test with gcrypt.Andreas Schneider1-0/+4
2013-11-28tests: 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: Fix a valgrind warning.Andreas Schneider1-0/+1
2013-10-31tests: Add a test for ssh_channel().Andreas Schneider2-0/+50
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
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-13tests: Don't leak memory.Andreas Schneider1-1/+2
2012-11-27test: Try to fetch wrong values in buffer.Aris Adamantiadis1-0/+33
2012-10-07tests: Don't leak memory in options test.Andreas Schneider1-0/+4
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider1-10/+10
2012-02-05session: Use a struct for all options.Andreas Schneider2-18/+18