aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2018-11-08knownhosts: Take StrictHostKeyChecking option into accountSanne Raymaekers1-0/+38
2018-11-08tests: Ensure the ssh session fd is read-/writeable in torture_proxycommandSanne Raymaekers1-0/+6
2018-11-05tests: Use correct assert function in torture_client_configAndreas Schneider1-6/+6
2018-11-05tests: Check for NULL in torture_client_configAndreas Schneider1-2/+6
2018-11-02tests: Verify the configuration reparsing with real clientJakub Jelen2-0/+205
2018-11-02tests: Properly set the bob's UID also in other tests than pubkeyJakub Jelen1-7/+7
2018-11-02tests: Make sure that no other configuration options will get pulled to the a...Jakub Jelen1-0/+5
2018-11-02Process OpenSSH configuration files by default.Jakub Jelen1-0/+1
2018-11-02tests: Improve error reporting in auth testJakub Jelen1-12/+12
2018-10-19tests: Verify we can authenticate using ed25519 keyJakub Jelen1-5/+95
2018-10-19tests: Verify the ecdsa key types are handled correctlyJakub Jelen1-1/+12
2018-10-16cmake: Disable deprecation warnings for old known_hosts APIAndreas Schneider1-0/+5
2018-10-09tests: Add aes-gcm ciphers testsJakub Jelen1-0/+20
2018-09-27tests: Replace ssh_key_free() with SSH_KEY_FREE()Anderson Toshiyuki Sasaki1-2/+2
2018-09-26cmake: Rewritten AddCMockaTest.cmakeAnderson Toshiyuki Sasaki1-2/+5
2018-09-17tests: Verify the pubkey authentication works with ECDSA keysJakub Jelen1-2/+96
2018-09-17tests: Do not call sftp_canonicalize_path()Andreas Schneider1-7/+2
2018-09-17tests: Add a sftp benchmark test for write/readAndreas Schneider2-1/+143
2018-09-04tests: Add a test for sftp_canonicalize_path()Andreas Schneider2-0/+97
2018-08-31tests: Verify the public key algorithms can be limited by configuration optionJakub Jelen1-0/+87
2018-08-22tests: Temporarily increase log verbosity for torture_forwardAndreas Schneider1-0/+3
2018-08-22tests: Check return code of setuid()Andreas Schneider8-8/+38
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+1
2018-08-06tests: Add missing check for valid fdAndreas Schneider1-1/+4
2018-08-06tests: Use fstat instead of lstatAndreas Schneider1-1/+1
2018-08-06tests: Improve torture_connect_socket()Andreas Schneider1-6/+6
2018-07-04tests: Verify various host keys can be successfully negotiated and verifiedJakub Jelen2-0/+231
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
2018-07-03tests: Add knownhosts test for detecting conflicsAndreas Schneider1-0/+70
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_UNKNOWNAndreas Schneider1-0/+62
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_OTHERAndreas Schneider1-0/+38
2018-07-03tests: Add client test for ssh_known_hosts_get_algorithms()Andreas Schneider1-3/+68
2018-07-03tests: Use assert_ssh_return_code() in client testsAndreas Schneider5-15/+16
2018-07-02tests: Use assert_ssh_return_code() in torture_algorithmsAndreas Schneider1-6/+6
2018-06-30tests: Use new assert ssh return code macros in torture_connectAndreas Schneider1-8/+9
2018-06-29tests: add algorithm tests for kex curve25519Tilo Eckert1-0/+26
2018-06-28tests: send more packets of various sizesAris Adamantiadis1-1/+18
2018-06-28tests: test for chacha20-poly1305@openssh.comAris Adamantiadis1-0/+13
2018-06-05tests: Add missing newline to KNOWN_HOST_ENTRY_ED25519Andreas Schneider1-1/+1
2018-06-05tests: Allow knownhosts verify test to validate ed25519 and ecdsaAndreas Schneider1-2/+9
2018-06-04kwonhosts: Add functions to check if servers public key is knownAndreas Schneider1-0/+20
2018-06-04knownhosts: Add ssh_session_export_known_hosts_entry()Andreas Schneider2-0/+122
2018-06-04tests: Fix size for bob_ssh_certAndreas Schneider1-1/+1
2018-05-07tests: We should only init and finalize libssh onceAndreas Schneider1-4/+4
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+14
2017-12-21tests/client/algorithms: Respect global verbosity settingsJakub Jelen1-0/+3
2017-12-15tests: Do not test blowfish ciphers with OpenSSH 7.6 and newerJakub Jelen1-0/+4
2017-11-09test: ssh_userauth_kbdint_setanswer() does not network interactionAndreas Schneider1-3/+1
2017-10-29torture_algorithms: deduplicate kex method passesJon Simons1-90/+49