aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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-23build: Fix zlib support.Andreas Schneider1-6/+6
2011-09-23torture_algorithm: follow verbosityAris Adamantiadis1-0/+2
2011-09-23torture: check for presence of ssh agentAris Adamantiadis1-2/+9
2011-09-11tests: nonblocking keyboard-interactiveAris Adamantiadis1-0/+55
2011-09-11Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis1-0/+32
2011-09-11Tests: unit test for agent authenticationAris Adamantiadis1-0/+59
2011-09-06options: Fix NULL value handling.Andreas Schneider1-5/+3
2011-09-02benchmarks: fix some bugsAris Adamantiadis3-6/+26
2011-09-02benchmarks: sftp_async + few changesAris Adamantiadis5-54/+187
2011-09-02benchmarks: refactoring + sync sftp testsAris Adamantiadis6-27/+401
2011-09-02benchmarks: added "data" optionAris Adamantiadis3-3/+21
2011-09-02benchmarks: added raw_download testAris Adamantiadis4-15/+130
2011-09-02unittests:make sftp_dir pass on my laptopAris Adamantiadis2-0/+4
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-13/+13
2011-08-30tests: Enable ecdh_sha2_nistp256 test only with openssl.Andreas Schneider1-0/+4
2011-08-28build: Fix the build of keyfiles torture test.Andreas Schneider1-1/+1
2011-08-22tests: Fix torture test with zlib support.Andreas Schneider1-9/+33
2011-08-21ctest: Fix the ctest build script.Andreas Schneider1-6/+6
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