aboutsummaryrefslogtreecommitdiff
path: root/tests/client
AgeCommit message (Expand)AuthorFilesLines
2024-03-08tests: Print content of channels to investigate random failuresJakub Jelen1-0/+1
2024-03-06Issue #157: Use the current TTY's settings by default.Daniel Evers2-14/+126
2024-03-06Fix #157: Allow to set terminal modes for PTYsDaniel Evers2-0/+146
2024-01-26tests: Use /tmp for tmpdirs that contain socketsClemens Lang1-1/+1
2024-01-15torture_sftp_aio.c: Change the tests according to aio api changesEshan Kelkar1-76/+241
2024-01-15torture_sftp_limits.c: Change the testEshan Kelkar1-8/+88
2023-12-18CVE-2023-6918: tests: Code coverage for ssh_get_pubkey_hash()Jakub Jelen1-0/+35
2023-12-18CVE-2023-48795: tests: Adjust calculation to strict kexJakub Jelen1-24/+31
2023-12-18CVE-2023-6004: torture_proxycommand: Add test for proxycommand injectionNorbert Pocs1-0/+53
2023-12-05tests: Move the workaround to separate functionJakub Jelen1-22/+21
2023-12-05CommentsJakub Jelen1-0/+6
2023-12-05tests: Implement more certificate testsJakub Jelen2-3/+434
2023-12-05tests: Implement more negative auth testsJakub Jelen2-0/+16
2023-12-05tests: Cover failed logins with password/kbdintJakub Jelen1-22/+106
2023-12-05tests: Verify the certs in default location are used for authenticationJakub Jelen1-20/+324
2023-12-05tests: Move tests with certificates to separate userJakub Jelen4-204/+436
2023-12-04Add tests for sftp aio apiEshan Kelkar2-0/+370
2023-11-22Adding expand-path@openssh.com extension for clientanshul agrawal2-0/+126
2023-11-22torture_session.c: Append a '\0' before string comparisonEshan Kelkar1-0/+2
2023-09-25Adding support for limits@openssh.com on client sideanfanite3962-0/+98
2023-08-07tests: Reproducer for #203Jakub Jelen1-0/+37
2023-06-01torture_connect: Test bad IPv6 connection trying IPv4Norbert Pocs2-1/+28
2023-05-29torture_auth: Add test for MaxAuthTriesNorbert Pocs1-0/+34
2023-05-19tests: Give the server more time handle rekeyJakub Jelen1-2/+2
2023-05-09tests: Avoid dereferencing freed channelsJakub Jelen1-6/+24
2023-05-09tests: Free dynamically allocated callbacksJakub Jelen1-4/+11
2023-05-04tests: Avoid memory leaksJakub Jelen1-0/+4
2023-05-04CVE-2023-1667:tests: Send a bit more to make sure rekey is completedJakub Jelen1-2/+3
2023-05-04CVE-2023-1667:tests: Client coverage for key exchange with kex guessingJakub Jelen1-12/+113
2023-04-28add client test for no-more-sessionsAhsen Kamal1-0/+36
2023-04-25Implement tests for sftp_renameEshan Kelkar2-1/+122
2023-04-24Add tests for sftp_hardlinkEshan Kelkar2-0/+115
2023-04-14tests: Update to unbreak agent_cert test for CentOS 8Jakub Jelen1-4/+4
2023-03-28Remove zlib from the default compression methods and fips methodskhalid1-6/+16
2023-03-06test for peer_discon_msgAhsen Kamal1-0/+21
2023-03-01Add support for PKCS#11 provider in OpenSSL 3.0Jakub Jelen1-6/+1
2023-02-02Remove support for DSA KeysMohammad Shehar Yaar Tausif1-28/+0
2023-01-09tests: Reproducer for delayed compression rekeyJakub Jelen1-0/+93
2023-01-02Add callbacks for channel open response, and channel request response.Tom Deseyn2-0/+251
2022-11-29tests: Use opts.identites_non_exp not opts.identitiesNorbert Pocs2-3/+3
2022-11-25tests: Fix test with ssh as proxy commandAndreas Schneider1-2/+2
2022-10-12Fix various spelling issues reported by codespellJakub Jelen3-7/+7
2022-10-07torture_auth.c: Reword whitelist to allowlistNorbert Pocs1-2/+2
2022-09-22Implement IdentitiesOnlyLinus Kardell1-0/+120
2022-09-02tests: Fix rekey test so it passes on build systemsAndreas Schneider1-4/+18
2022-08-29tests: Use ncat instead of ncAndreas Schneider1-6/+11
2022-08-08tests: Ensure the mode of the created file is ...renmingshuai1-0/+9
2022-06-23tests:client: Add a non-blocking publickey testAndreas Schneider1-0/+53
2022-06-23tests:client: Add a publickey testAndreas Schneider1-0/+47
2022-06-07channels: Add originator to ssh_channel_acceptTomas Holmqvist1-1/+3