summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cmake: Update FindCMokery.Andreas Schneider2012-02-081-1/+1
* tests: Fix known_hosts test.Andreas Schneider2012-02-071-2/+2
* session: Use a struct for all options.Andreas Schneider2012-02-052-18/+18
* tests: Turn debug crypto on in ctest.Andreas Schneider2012-02-051-1/+1
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-041-6/+30
* tests: Test ecdsa key generation and signing.Andreas Schneider2012-02-041-0/+45
* tests: Add duplicate ecdsa key test.Andreas Schneider2012-02-041-0/+49
* tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider2012-02-041-0/+44
* tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider2012-02-041-0/+26
* tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider2012-02-041-0/+40
* tests: Add test for reading ecdsa privkey.Andreas Schneider2012-02-041-0/+39
* torture: Fix compilation with cmockery.Andreas Schneider2011-12-271-1/+2
* Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-11-031-4/+4
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+6
* tests: Fix build warning.Andreas Schneider2011-10-291-1/+0
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+14
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+46
* Torture: test new ssh_pki_generate functionAris Adamantiadis2011-09-241-1/+136
* build: Fix zlib support.Andreas Schneider2011-09-231-6/+6
* torture_algorithm: follow verbosityAris Adamantiadis2011-09-231-0/+2
* torture: check for presence of ssh agentAris Adamantiadis2011-09-231-2/+9
* tests: nonblocking keyboard-interactiveAris Adamantiadis2011-09-111-0/+55
* Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis2011-09-111-0/+32
* Tests: unit test for agent authenticationAris Adamantiadis2011-09-111-0/+59
* options: Fix NULL value handling.Andreas Schneider2011-09-061-5/+3
* benchmarks: fix some bugsAris Adamantiadis2011-09-023-6/+26
* benchmarks: sftp_async + few changesAris Adamantiadis2011-09-025-54/+187
* benchmarks: refactoring + sync sftp testsAris Adamantiadis2011-09-026-27/+401
* benchmarks: added "data" optionAris Adamantiadis2011-09-023-3/+21
* benchmarks: added raw_download testAris Adamantiadis2011-09-024-15/+130
* unittests:make sftp_dir pass on my laptopAris Adamantiadis2011-09-022-0/+4
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-13/+13
* tests: Enable ecdh_sha2_nistp256 test only with openssl.Andreas Schneider2011-08-301-0/+4
* build: Fix the build of keyfiles torture test.Andreas Schneider2011-08-281-1/+1
* tests: Fix torture test with zlib support.Andreas Schneider2011-08-221-9/+33
* ctest: Fix the ctest build script.Andreas Schneider2011-08-211-6/+6
* tests: Add pki signature test.Andreas Schneider2011-08-211-0/+14
* tests: Add pki torture tests for keytypes.Andreas Schneider2011-08-211-0/+24
* tests: Fix memleak in torture_pki.Andreas Schneider2011-08-211-0/+2
* tests: Added more pki tests.Andreas Schneider2011-08-201-3/+137
* tests: Fix build warning.Andreas Schneider2011-08-201-0/+2
* tests: Fix the torture_pki test.Andreas Schneider2011-08-201-2/+0
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-3/+3
* tests: Fix torture_pki build warnings.Andreas Schneider2011-08-191-22/+28
* tests: Improve pki_import_privkey_base64 test.Andreas Schneider2011-08-191-0/+7
* tests: Added test for pubkey from privkey.Andreas Schneider2011-08-161-0/+62
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-6/+4
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-2/+2
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-34/+13
* torture: Fix memleak in pubkey base64 tests.Andreas Schneider2011-08-161-0/+2