aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi1-0/+52
2016-11-07tests: Fix typo in torture_cryptoAndreas Schneider1-1/+1
2016-11-05callbacks: Add support for MSVCAndreas Schneider1-2/+2
2016-11-04tests: Fix memory leak in torture_callbacksAndreas Schneider1-0/+2
2016-11-04tests: Reset output buffer in torture_cryptoAndreas Schneider1-0/+1
2016-11-04tests: Some cleanup for torture_pkiAndreas Schneider1-2/+5
2016-11-03tests: Disable x11 test which fails too oftenAndreas Schneider1-3/+4
2016-05-09tests: Try to fix the x11 testAndreas Schneider1-0/+1
2016-05-09tests: Fix buffer test without NARG macro supportAndreas Schneider1-0/+3
2016-05-02tests: Add test for ssh_callbacks_iterate()Aris Adamantiadis1-1/+52
2016-05-02tests: Add unit test for ssh_callbacks_execute_listAris Adamantiadis1-0/+86
2016-03-21torture: Fix guardJustus Winter1-1/+1
2016-02-08torture: Use ECDSA key for x11 testAndreas Schneider1-1/+1
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano FidĂȘncio1-11/+11
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano FidĂȘncio1-6/+6
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-35/+35
2016-01-19tests: Initialize output and iv in torture_cryptoAndreas Schneider1-3/+4
2015-09-23tests: add test for cipher.(de|en)cryptAris Adamantiadis2-0/+108
2015-09-09tests: Fix return code of torture_initAndreas Schneider1-1/+1
2015-09-07tests: Add tests for the new ssh_pki cert functionsAxel Eppe1-0/+110
2015-09-07pki: Use the standard logging functionAndreas Schneider1-10/+0
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider13-163/+248
2015-09-07cmake: 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