aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
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: 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
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-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-4/+4
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider1-0/+6
2011-10-29tests: Fix build warning.Andreas Schneider1-1/+0
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+14
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+46
2011-09-24Torture: test new ssh_pki_generate functionAris Adamantiadis1-1/+136
2011-09-06options: Fix NULL value handling.Andreas Schneider1-5/+3
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-13/+13
2011-08-28build: Fix the build of keyfiles torture test.Andreas Schneider1-1/+1
2011-08-21tests: Add pki signature test.Andreas Schneider1-0/+14
2011-08-21tests: Add pki torture tests for keytypes.Andreas Schneider1-0/+24
2011-08-21tests: Fix memleak in torture_pki.Andreas Schneider1-0/+2
2011-08-20tests: Added more pki tests.Andreas Schneider1-3/+137
2011-08-20tests: Fix build warning.Andreas Schneider1-0/+2
2011-08-20tests: Fix the torture_pki test.Andreas Schneider1-2/+0
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider1-3/+3
2011-08-19tests: Fix torture_pki build warnings.Andreas Schneider1-22/+28
2011-08-19tests: Improve pki_import_privkey_base64 test.Andreas Schneider1-0/+7
2011-08-16tests: Added test for pubkey from privkey.Andreas Schneider1-0/+62
2011-08-16pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider1-6/+4
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider1-2/+2
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-34/+13
2011-08-16torture: Fix memleak in pubkey base64 tests.Andreas Schneider1-0/+2
2011-08-16pki: Add test torture_pki_publickey_dsa_base64().Andreas Schneider1-0/+39
2011-08-16pki: Add ssh_pki_publickey_to_base64().Andreas Schneider1-0/+5
2011-08-16torture: Add torture_pki_publickey_rsa_base64 test.Andreas Schneider1-0/+36
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-44/+18