summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: test for ssh_buffer_(un)packAris Adamantiadis2014-08-061-0/+98
* examples: cast arguments of connect(2)Aris Adamantiadis2014-07-061-1/+1
* tests: Add test for the logging function.Andreas Schneider2014-06-101-0/+40
* Add tests for SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-25/+111
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-04-091-10/+142
* tests: torture_connect: add test for user provided socketLuka Perkov2014-03-271-0/+25
* tests: torture_connect: fix coding styleLuka Perkov2014-03-271-8/+7
* tests: Check the the ecdsa_nid is the same.Andreas Schneider2014-03-271-0/+2
* tests: Add test case for bug #147Alan Dunn2014-03-271-0/+34
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-041-10/+10