aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Add tests and implementation for Encrypt-then-MAC modeDirkjan Bussink1-0/+216
2019-02-07Allow building without Group Exchange supportJakub Jelen1-0/+4
2019-01-26tests: Prefer assert_non_null() over assert_false()Anderson Toshiyuki Sasaki3-5/+5
2019-01-26tests: Prefer assert_non_null over assert_trueAnderson Toshiyuki Sasaki1-3/+3
2019-01-24tests: Add dh-group-exchange algorithm testsAris Adamantiadis1-0/+26
2019-01-11tests: Refactor the sftp initilization to avoid invalid memory access on sftp...Jakub Jelen1-49/+57
2019-01-09tests: Verify rekeying initialized by the server worksJakub Jelen1-0/+138
2019-01-09tests: Verify that rekey limits are effective from the client sideJakub Jelen2-0/+386
2019-01-09tests: Allow to generate unencrypted PCAP files from testsuiteJakub Jelen8-8/+16
2019-01-09tests: Reproducer for T122Jakub Jelen1-0/+7
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen16-16/+16
2018-12-19crypto: Disable blowfish support by defaultAndreas Schneider1-0/+4
2018-12-10tests: Verify ProxyCommand works with sshJakub Jelen1-0/+25
2018-12-10tests: Use torture_server_address() in proxycommand testJakub Jelen1-2/+9
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-8/+0
2018-11-30tests: Do not require base RSA type for SHA2 extension whitelistJakub Jelen1-2/+2
2018-11-23tests: Drop duplicate log level setupJakub Jelen1-3/+0
2018-11-21tests: Add tests for dh-group14, group16 and group18Aris Adamantiadis1-0/+27
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