aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Implement tests for sftp_renameEshan Kelkar2-1/+122
2023-04-24Add tests for sftp_hardlinkEshan Kelkar2-0/+115
2023-04-21fuzz: Avoid the server fuzzer to proceed to the authentication and furtherJakub Jelen1-0/+1
2023-04-21fuzz: Set smaller connection timeouts to avoid fuzzing timeoutsJakub Jelen1-0/+3
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-28Disabled preauth compression (zlib) by defaultkhalid2-8/+8
2023-03-06test for peer_discon_msgAhsen Kamal1-0/+21
2023-03-01Add support for PKCS#11 provider in OpenSSL 3.0Jakub Jelen9-40/+137
2023-02-02Remove support for DSA KeysMohammad Shehar Yaar Tausif22-1301/+26
2023-01-25tests: Use assert_return_code instead of assert_trueJakub Jelen2-29/+21
2023-01-25tests: Avoid needless free and fix formattingJakub Jelen2-9/+1
2023-01-25tests: Use assert_string_equal instead of assert_trueJakub Jelen1-17/+18
2023-01-25tests: Refactor the PKCS#11 URI testsJakub Jelen1-36/+69
2023-01-25tests: Reformat unittests/torture_pki_rsa_uriJakub Jelen1-11/+16
2023-01-25tests: Use temporary variable to set test environmentJakub Jelen1-4/+8
2023-01-17Enable code coverage also for client testingJakub Jelen1-0/+1
2023-01-09tests: Reproducer for delayed compression rekeyJakub Jelen1-0/+93
2023-01-09cmake: Check for Argp also on Linux to fix alpine buildJakub Jelen2-3/+3
2023-01-09Add support for sk-keys through configurationNorbert Pocs1-2/+6
2023-01-02Add callbacks for channel open response, and channel request response.Tom Deseyn2-0/+251
2022-11-29torture_options.c: Add test for ssh_options_applyNorbert Pocs1-0/+165
2022-11-29torture_options.c: Add identity test for ssh_options_copyNorbert Pocs1-0/+28
2022-11-29tests: Use opts.identites_non_exp not opts.identitiesNorbert Pocs4-11/+12
2022-11-29replace chroot() from chroot_wrapper internal library with chroot() from priv...Pavel Filipenský1-8/+17
2022-11-25tests: Fix test with ssh as proxy commandAndreas Schneider1-2/+2
2022-11-22tests/pkd: adjust usage of argv stringsJon Simons2-6/+8
2022-11-22tests/pkd/pkd_hello.c: change fprintf indentationJon Simons1-3/+3
2022-11-22tests/pkd: use -L in CMakeLists.txtJon Simons1-2/+2
2022-11-22tests/pkd: support -L, --temp-dir=<mkdtemp-template>Jon Simons2-4/+101
2022-11-22tests/pkd: relax pthread_kill assert in `pkd_stop`Jon Simons1-1/+2
2022-11-22tests/pkd: free socket wrapper string upon errorJon Simons1-3/+3
2022-11-18torture_config.c: Add test for +,-,^ config featureNorbert Pocs1-0/+393
2022-11-18torture_options.c: Add test for config +,-,^ featureNorbert Pocs1-0/+223
2022-11-18torture_tokens.c: Add tests for new token functionsNorbert Pocs1-0/+64
2022-10-31Remove HAVE_OPENSSL_ED25519 ifdefsNorbert Pocs1-5/+5
2022-10-31ConfigureChecks.cmake: Remove implicitly included function checksNorbert Pocs1-13/+3
2022-10-12setup-softhsm-tokens.sh: Fix shellcheck errorsNorbert Pocs1-14/+14
2022-10-12Fix libsofthsm.so path detectionNorbert Pocs4-5/+13
2022-10-12Fix various spelling issues reported by codespellJakub Jelen16-28/+28
2022-10-12examples: Fix build issue with new clang 15Jakub Jelen1-12/+12
2022-10-07torture_auth.c: Reword whitelist to allowlistNorbert Pocs1-2/+2
2022-10-04torture_packet.c: Add fips check for deprecated cipherNorbert Pocs1-2/+13
2022-09-22Implement IdentitiesOnlyLinus Kardell1-0/+120
2022-09-22config: Escape brackets in ProxyCommand build from ProxyJumpThomas Baag1-7/+7
2022-09-07tests: Set OPENSSL_ENABLE_SHA1_SIGNATURES=1 for all testsAndreas Schneider3-10/+12
2022-09-05tests: Add test with dss known_hosts fileAndreas Schneider1-0/+63
2022-09-02tests: Fix rekey test so it passes on build systemsAndreas Schneider1-4/+18
2022-09-02config: Expand tilde when handling include directivesJakub Jelen2-1/+51
2022-08-31tests: Use weak attribute for torture_run_tests() if availableAndreas Schneider3-11/+9