aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2020-04-09client: Check if the library is initialized in ssh_connect()Anderson Toshiyuki Sasaki1-0/+33
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki1-0/+13
2020-02-25tests: Verify error returned by killAnderson Toshiyuki Sasaki1-1/+2
2020-02-24tests: Close SFTP file opened during rekey testsAnderson Toshiyuki Sasaki1-0/+6
2020-01-23unitests: Removes unwanted comments.Sahana Prasad1-3/+0
2019-12-23tests: Unbreak strict builds on UbuntuJakub Jelen1-6/+9
2019-12-23tests: Do not require strict host key checking in opensshJakub Jelen1-2/+7
2019-12-23tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2019-12-23tests: use OpenSSH-provided ciphersAris Adamantiadis1-14/+14
2019-12-23tests: search for netcat binaryAris Adamantiadis1-3/+14
2019-12-23tests: fix typosAris Adamantiadis1-1/+1
2019-12-20clienttest: Adds a client test that authenticates to the ssh server using ssh...Sahana Prasad2-0/+266
2019-12-09tests: Add a test for SCP with protocol message injectionAnderson Toshiyuki Sasaki1-1/+72
2019-12-09CVE-2019-14889: tests: Add tests for SCP clientAnderson Toshiyuki Sasaki2-0/+505
2019-10-25tests: Do not process config when reinitializing sessionAnderson Toshiyuki Sasaki1-0/+2
2019-10-25tests: Use temporary file for known_hostsAnderson Toshiyuki Sasaki2-75/+136
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