aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
11 daysRework the coverage buildJakub Jelen3-8/+20
11 daystests: Introduce chown wrapper to avoid OpenSSH touching PTY ownershipJakub Jelen2-1/+33
11 daystests: Print content of channels to investigate random failuresJakub Jelen1-0/+1
13 daysIssue #157: Use the current TTY's settings by default.Daniel Evers2-14/+126
13 daysFix #157: Allow to set terminal modes for PTYsDaniel Evers2-0/+146
2024-02-22cmake: use imported targets for OpenSSL and zlibGregor Jasny4-7/+2
2024-02-13tests:pkd: Add missing includes for cmockaAndreas Schneider2-0/+2
2024-01-26tests: Use /tmp for tmpdirs that contain socketsClemens Lang3-3/+3
2024-01-15torture: Add cases for username checksNorbert Pocs2-0/+9
2024-01-15misc: Add function to check username syntaxNorbert Pocs1-0/+34
2024-01-15bench_sftp.c: Change sftp aio upload benchmarkEshan Kelkar1-19/+76
2024-01-15bench_sftp.c: Change sftp aio download benchmarkEshan Kelkar1-23/+84
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-22tests: Increase test coverage for IPv6 address parsing as hostnamesJakub Jelen2-0/+65
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_misc: Add tests for ipv6 link-localNorbert Pocs1-0/+20
2023-12-18CVE-2023-6004: torture_misc: Add test for ssh_is_ipaddrNorbert Pocs1-0/+26
2023-12-18CVE-2023-6004: torture_proxycommand: Add test for proxycommand injectionNorbert Pocs1-0/+53
2023-12-18CVE-2023-6004: torture_misc: Add test for ssh_check_hostname_syntaxNorbert Pocs1-1/+74
2023-12-18CVE-2023-6004: torture_config: Allow multiple '@' in usernamesNorbert Pocs1-23/+27
2023-12-15Test coverage for file export and for PEM and OpenSSH formatsJakub Jelen3-91/+344
2023-12-15tests: Do not use assert_trueJakub Jelen1-17/+17
2023-12-05tests: Move the workaround to separate functionJakub Jelen1-22/+21
2023-12-05CommentsJakub Jelen2-0/+7
2023-12-05tests: Implement more certificate testsJakub Jelen2-3/+434
2023-12-05tests: Implement more negative auth testsJakub Jelen2-0/+16
2023-12-05tests: Convert key to PEM so we can not access public key directlyJakub Jelen1-28/+30
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 Jelen8-208/+446
2023-12-05tests: Coverage for certificate files config and optionsJakub Jelen2-4/+37
2023-12-05tests: Cover recent changes for importing certs to keysJakub Jelen3-1/+32
2023-12-05tests: replace assert_trueJakub Jelen2-126/+126
2023-12-04Add benchmark code for upload using the async sftp aio apiEshan Kelkar3-0/+145
2023-12-04Add benchmark code for download using the async sftp aio apiEshan Kelkar3-2/+167
2023-12-04Link benchmark code statically with libsshEshan Kelkar2-2/+16
2023-12-04Fix error reporting in connect_host()Eshan Kelkar1-2/+5
2023-12-04Use helper variable in connect_host()Eshan Kelkar1-9/+26
2023-12-04Reformat tests/benchmarks/benchmarks.cEshan Kelkar1-291/+321
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-22fuzz: Use ssh_writen to avoid short readsJakub Jelen1-4/+6
2023-11-22fuzz: Add key files fuzzersJakub Jelen5-0/+129
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-25tests: Regression check src/bignum.c.Simon Josefsson2-0/+107
2023-08-22torture_misc.c : Add test for ssh_writen()Eshan Kelkar1-1/+96
2023-08-22torture_misc.c : Add test for ssh_readn()Eshan Kelkar1-0/+126