aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis25-26/+88
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 Adamantiadis2-1/+35
2015-02-02tests: Add ed25519 OpenSSH key savingAris Adamantiadis1-4/+47
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2-2/+206
2015-01-21tests: Fix torture_server_x11().Andreas Schneider3-4/+30
2015-01-20tests: Add torture_server_x11 test.Alan Dunn2-0/+214
2015-01-20tests: Add ssh server setup functionalityAlan Dunn2-0/+49
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn6-4/+12
2015-01-14pkd: Make sure we do not pass -1 to close.Andreas Schneider1-1/+3
2015-01-14pkd: Check return value of pkd_run_tests().Andreas Schneider1-0/+3
2014-12-09torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons1-0/+1
2014-10-15tests: fix pkd build breakagesJon Simons4-3/+9
2014-10-12tests: introduce pkd_helloJon Simons10-0/+1416
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-15torture: Add public testkey passphrase function.Andreas Schneider2-0/+6
2014-08-15tests: Use public testkeys in pki test.Andreas Schneider1-178/+74
2014-08-15torture: Add public testkey functions.Andreas Schneider2-0/+218
2014-08-15tests: Make write file a public torture function.Andreas Schneider3-30/+32
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-07-06examples: cast arguments of connect(2)Aris Adamantiadis1-1/+1
2014-06-10tests: Add test for the logging function.Andreas Schneider1-0/+40
2014-04-22Add tests for SHA2 HMAC algorithmsDirkjan Bussink1-25/+111
2014-04-09pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-10/+142
2014-03-27tests: torture_connect: add test for user provided socketLuka Perkov1-0/+25
2014-03-27tests: torture_connect: fix coding styleLuka Perkov1-8/+7
2014-03-27tests: Check the the ecdsa_nid is the same.Andreas Schneider1-0/+2
2014-03-27tests: Add test case for bug #147Alan Dunn1-0/+34
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis1-10/+10
2014-02-02build: fix cmake bug introduced yesterdayAris Adamantiadis1-3/+3
2014-02-01knownhosts: add test case for bug #138Aris Adamantiadis1-0/+43
2014-02-01known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-3/+30
2014-02-01Added known host test casesAris Adamantiadis1-0/+122
2014-02-01tests: fix compilation on OSX (libargp detection)Aris Adamantiadis1-1/+1
2014-01-21Test change to ssh_bind_accept_fdAlan Dunn1-0/+139
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-5/+5
2014-01-16src: Do not use deprecated functions.Andreas Schneider1-2/+2
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider1-1/+1
2014-01-07src: Update my mail address.Andreas Schneider2-2/+2
2014-01-07tests: avoid reading uninitialized bytesAris Adamantiadis1-2/+2
2014-01-07examples: Make sure buffer is initialized.Andreas Schneider1-1/+1
2014-01-06test: fixed torture_auth_none conditionAris Adamantiadis1-2/+2