aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_knownhosts.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24tests: Do not parse configuration file in torture_knownhostsAnderson Toshiyuki Sasaki1-0/+8
2019-10-25tests: Do not process config when reinitializing sessionAnderson Toshiyuki Sasaki1-0/+2
2019-10-25tests: Use temporary file for known_hostsAnderson Toshiyuki Sasaki1-43/+77
2019-06-13tests: Update negative test cases to use EC instead of ED keysJakub Jelen1-31/+31
2019-05-14tests: Update knownhost tests with reproducer from T110Jakub Jelen1-0/+73
2019-01-26tests: Prefer assert_non_null() over assert_false()Anderson Toshiyuki Sasaki1-1/+1
2019-01-26tests: Prefer assert_non_null over assert_trueAnderson Toshiyuki Sasaki1-3/+3
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen1-1/+1
2018-11-08knownhosts: Take StrictHostKeyChecking option into accountSanne Raymaekers1-0/+38
2018-08-22tests: Check return code of setuid()Andreas Schneider1-1/+5
2018-07-03known_hosts: Remove deprecated ssh_knownhosts_algorithms()Andreas Schneider1-39/+0
2018-07-03kex: Use ssh_known_hosts_get_algorithms()Andreas Schneider1-30/+7
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+14
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-11-08tests: Fix session management of torture_knownhostsAndreas Schneider1-6/+10
2016-11-04tests: Fix memory leaks in torture_knownhostsAndreas Schneider1-0/+6
2016-01-14tests: Migrate torture_knownhosts to new cwrap testAndreas Schneider1-94/+179
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-10/+14
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis1-10/+10
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
2012-02-07tests: Fix known_hosts test.Andreas Schneider1-2/+2
2011-02-06tests: Fixed missing ;Andreas Schneider1-1/+1
2011-02-05tests: Check fgets output.Andreas Schneider1-1/+3
2011-01-04tests: Fixed the segfault in torture_knownhosts.Andreas Schneider1-12/+12
2011-01-03tests: Fixed a build warning introduced before.Andreas Schneider1-3/+2
2011-01-03tests: Call init and finalize in client torture tests.Andreas Schneider1-1/+8
2010-12-28tests: Migrated torture_knownhosts to cmockery.Andreas Schneider1-52/+62
2010-12-28tests: Moved torture_knownhosts to client tests.Andreas Schneider1-0/+90