summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix return code of torture_initAndreas Schneider2015-09-091-1/+1
* tests: Add tests for the new ssh_pki cert functionsAxel Eppe2015-09-072-0/+169
* tests: Migrate pkd_hello to new cmocka APIAndreas Schneider2015-09-071-19/+33
* pki: Use the standard logging functionAndreas Schneider2015-09-071-10/+0
* tests: Migrate to new cmocka APIAndreas Schneider2015-09-0726-275/+395
* cmake: Handle libssh threas library correctlyAndreas Schneider2015-09-072-7/+9
* tests: Add checks for ssh_key_is_private()Andreas Schneider2015-08-101-0/+30
* fix permissionsAris Adamantiadis2015-07-081-0/+0
* cmake: Fix zlib include directoryAndreas Schneider2015-07-032-6/+6
* cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot2015-06-241-1/+1
* valgrind: Add suppression for openssl FIPS dlopen leakAndreas Schneider2015-05-061-0/+12
* valgrind: Ignore valgrind free bug on exitAndreas Schneider2015-05-061-0/+12
* tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider2015-05-061-16/+31
* torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider2015-05-062-2/+2
* tests: Fix memory leak in torture_server_x11 testAndreas Schneider2015-05-061-0/+2
* tests: Only link against threading library if availableAndreas Schneider2015-05-051-10/+14
* cmake: Add missing OpenSSL include directoryAndreas Schneider2015-05-051-0/+2
* tests: Apply umask before calling mkstemp()Andreas Schneider2015-05-052-1/+8
* tests: Fix ctest default scriptAndreas Schneider2015-05-041-4/+4
* unittests: Fix memory leak in torture_pki_ed25519Andreas Schneider2015-04-021-0/+2
* torture: fix includes for freebsd10Aris Adamantiadis2015-02-141-1/+3
* tests: torture-misc: check for NULL return codesAris Adamantiadis2015-02-121-3/+17
* tests: workaround for compiling with older cmockaAris Adamantiadis2015-02-121-0/+6
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-0225-26/+88
* ed25519: Add test for signatures and verificationAris Adamantiadis2015-02-022-0/+122
* tests: Add ed25519 encrypted keys exportAris Adamantiadis2015-02-021-0/+29
* tests: Add ed25519 encrypted keys importAris Adamantiadis2015-02-022-1/+35
* tests: Add ed25519 OpenSSH key savingAris Adamantiadis2015-02-021-4/+47
* tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2015-02-022-2/+206
* tests: Fix torture_server_x11().Andreas Schneider2015-01-213-4/+30
* tests: Add torture_server_x11 test.Alan Dunn2015-01-202-0/+214
* tests: Add ssh server setup functionalityAlan Dunn2015-01-202-0/+49
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-206-4/+12
* pkd: Make sure we do not pass -1 to close.Andreas Schneider2015-01-141-1/+3
* pkd: Check return value of pkd_run_tests().Andreas Schneider2015-01-141-0/+3
* torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+1
* tests: fix pkd build breakagesJon Simons2014-10-154-3/+9
* tests: introduce pkd_helloJon Simons2014-10-1210-0/+1416
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-0/+1
* buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2014-09-071-2/+3
* tests: Fix writing the '\0'.Andreas Schneider2014-08-181-2/+2
* tests: Use public testkey passphrase function in pki test.Andreas Schneider2014-08-151-7/+6
* torture: Add public testkey passphrase function.Andreas Schneider2014-08-152-0/+6
* tests: Use public testkeys in pki test.Andreas Schneider2014-08-151-178/+74
* torture: Add public testkey functions.Andreas Schneider2014-08-152-0/+218
* tests: Make write file a public torture function.Andreas Schneider2014-08-153-30/+32
* tests: Make sure we null terminate the buffer.Andreas Schneider2014-08-151-3/+4
* tests: Fix memory leak in buffer test.Andreas Schneider2014-08-151-0/+2
* torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis2014-08-061-96/+212
* tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis2014-08-061-1/+27