aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Skip the proxycommand test in case the netcat is not avaliableJakub Jelen1-1/+9
2019-08-06knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki1-0/+42
2019-06-26tests: Introduce torture_client_global_requestsAnderson Toshiyuki Sasaki2-1/+154
2019-06-19tests: Reproducer for proxy command with stderr output (T130)Jakub Jelen1-0/+25
2019-06-14tests/torture_rekey: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-2/+2
2019-06-14tests/torture_rekey: Do not mix integer typesAnderson Toshiyuki Sasaki1-1/+1
2019-06-13tests: Update negative test cases to use EC instead of ED keysJakub Jelen2-38/+38
2019-06-13tests: There is no 8B block cipher in FIPS ModeJakub Jelen1-6/+20
2019-06-13tests/torture_hostkey: Skip some tests in FIPS modeAnderson Toshiyuki Sasaki1-0/+12
2019-06-13tests/torture_client_config: Adjust lists in FIPS modeAnderson Toshiyuki Sasaki1-5/+42
2019-06-13tests/torture_algorithms: Skip some tests in FIPS modeAnderson Toshiyuki Sasaki1-0/+120
2019-06-13tests: Use ed25519 keys explicitlyJakub Jelen1-4/+35
2019-06-13tests: The DSA is not available in mbedtlsJakub Jelen1-4/+4
2019-06-13tests/client/torture_auth: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-2/+10
2019-06-13tests/torture_auth: Workaround OpenSSH agent bugAnderson Toshiyuki Sasaki1-5/+47
2019-06-12tests: Verify duplicate items are removed from knownhosts algorithmsJakub Jelen1-0/+54
2019-05-14tests: Update knownhost tests with reproducer from T110Jakub Jelen1-0/+73
2019-04-29tests: Avoid reading user configuration when running algorithm testsJakub Jelen1-0/+5
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-4/+4
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