aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-08pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider1-1/+1
2011-05-26Fix memory leaks in pki and testcaseAris Adamantiadis1-0/+2
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-0/+26
2011-04-14Added some tortures for pkimilo2-0/+346
2011-03-22Added a IP address testAris Adamantiadis1-0/+1
2011-02-13misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider1-4/+3
2011-02-13misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider1-0/+8
2011-02-13tests: Fixed misc and isipaddr test on Windows.Andreas Schneider2-0/+3
2011-02-12tests: Added ipv6 tests.Andreas Schneider1-0/+8
2011-02-12tests: Fixed torture_isipaddr.Andreas Schneider1-18/+18
2011-02-12Connect: Test the new isipaddr() functionAris Adamantiadis2-0/+40
2011-02-05tests: Fixed checking return values of system().Andreas Schneider1-2/+6
2011-01-11Fix unit tests for opensolarisAris Adamantiadis2-0/+4
2011-01-06tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider1-1/+1
2011-01-06tests: Assert if ssh_get_random failed in torture_rand_thread.Andreas Schneider1-0/+1