aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
3 daystest: test coverage for SSH_BIND_OPTIONS_IMPORT_KEY_STR and ed25519 keysHEADmasterDebanga Sarma1-0/+57
3 daysreformatDebanga Sarma1-58/+146
9 dayskex: Avoid trailing comma in cipher listJakub Jelen1-5/+1
9 daysReformat rest of torture_optionsJakub Jelen1-88/+130
9 daysAdd support for more options in ssh_options_get()Adam Kerrison1-17/+344
2024-03-22Fix shellcheck issuesJakub Jelen1-1/+2
2024-03-19feat: Handle hostkeys like OpenSSHGauravsingh Sisodia2-9/+41
2024-02-22cmake: use imported targets for OpenSSL and zlibGregor Jasny1-2/+0
2024-01-26tests: Use /tmp for tmpdirs that contain socketsClemens Lang2-2/+2
2024-01-15torture: Add cases for username checksNorbert Pocs2-0/+9
2024-01-15misc: Add function to check username syntaxNorbert Pocs1-0/+34
2023-12-22tests: Increase test coverage for IPv6 address parsing as hostnamesJakub Jelen2-0/+65
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_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: 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-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
2023-08-02add control master and path config testAhsen Kamal1-0/+92
2023-08-02add control master and path option testAhsen Kamal1-0/+74
2023-06-26Deprecate SSH_BIND_OPTIONS_{RSA,ECDSA}KEY in favor of generic HOSTKEYJakub Jelen1-2/+2
2023-06-01Remove remained HAVE_DSA ifdefs and WITH_DSANorbert Pocs2-11/+0
2023-05-04tests: Avoid memory leaksJakub Jelen2-1/+10
2023-05-04torture_options: Add tests for incorrect number parsing optionsNorbert Pocs1-0/+31
2023-04-25Add tests for run ssh_execute_commandRan Park2-9/+51
2023-03-28Disabled preauth compression (zlib) by defaultkhalid2-8/+8
2023-03-01Add support for PKCS#11 provider in OpenSSL 3.0Jakub Jelen3-13/+4
2023-02-02Remove support for DSA KeysMohammad Shehar Yaar Tausif6-929/+21
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-09Add support for sk-keys through configurationNorbert Pocs1-2/+6
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 Pocs2-8/+9
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-12Fix various spelling issues reported by codespellJakub Jelen6-9/+9
2022-10-04torture_packet.c: Add fips check for deprecated cipherNorbert Pocs1-2/+13