aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_knownhosts_parsing.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-04kex: Do not ignore keys in known_hosts filesAnderson Toshiyuki Sasaki1-7/+141
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki1-0/+28
2019-07-04tests: Check if known_hosts works with single unaccessible fileAnderson Toshiyuki Sasaki1-8/+11
2019-06-28tests: Added a check for unaccessible global known_hostsAnderson Toshiyuki Sasaki1-0/+9
2019-06-12tests: Verify duplicate items are removed from knownhosts entries listJakub Jelen1-0/+74
2019-05-14tests: Update knownhost tests with reproducer from T110Jakub Jelen1-0/+44
2019-04-29knownhosts: Check if the hosts file existsAndreas Schneider1-0/+4
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-1/+1
2019-01-09kex: List also the SHA2 extension when ordering hostkey algorithmsJakub Jelen1-4/+6
2018-11-28tests: use torture_create_temp_file() in torture_knownhosts_parsingAnderson Toshiyuki Sasaki1-20/+13
2018-11-28tests: Define flags not present in WindowsAnderson Toshiyuki Sasaki1-0/+9
2018-10-19tests: Global known_hosts are used for host key verificationJakub Jelen1-0/+64
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-0/+30
2018-10-19tests: Generate valid known_hosts file, fixing the current testJakub Jelen1-15/+28
2018-08-08tests: Free memory of tmp_file in torture_knownhosts_parsingAndreas Schneider1-0/+1
2018-08-08tests: Fix memory leak in torture_knownhosts_read_file()Andreas Schneider1-0/+9
2018-07-07tests: Add umask() around mkstemp()Andreas Schneider1-0/+5
2018-07-03knownhosts: Fix return codesAndreas Schneider1-1/+1
2018-06-04knownhosts: Add ssh_session_has_known_hosts_entry()Andreas Schneider1-0/+26
2018-06-04knownhosts: Add ssh_known_hosts_read_entries()Andreas Schneider1-0/+30
2018-06-04knownhosts: Introduce new known hosts managing functionsAndreas Schneider1-0/+218