aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Always check return value of ssh_list_new()Dirkjan Bussink1-0/+5
2020-12-11Add safety checks for all ssh_string_fill callsDirkjan Bussink2-3/+7
2020-12-11Ignore request success and failure message if they are not expectedDirkjan Bussink1-0/+96
2020-11-03tests for parsing configuration string; rework and many fixesStanislav Zidek1-423/+815
2020-05-20unittests: updates torture_pki_ecdsa_uri test by adding negative test cases t...Sahana Prasad1-1/+58
2020-05-20tests/torture.c: update the definition of torture_setup_tokens() to take load...Sahana Prasad2-6/+6
2020-05-05tests: Cover ssh_options_getopt with unit testsJakub Jelen1-0/+148
2020-05-05tests: Verify functionality of none cipher and macJakub Jelen1-8/+46
2020-04-20tests: Update coverage of config_parserJakub Jelen1-7/+113
2020-04-20Disable RSA and DSA keys with sha1 by defaultJakub Jelen1-12/+4
2020-04-09init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki1-0/+23
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki1-2/+8
2020-01-23tests: Skip chacha20-poly1305 tests in FIPS modeJakub Jelen2-0/+26
2020-01-23chacha: Create common file to avoid code duplicationJakub Jelen1-5/+5
2020-01-23unittests: Extends testcases for ssh_strreplace().Sahana Prasad1-0/+19
2020-01-23unittests: Removes extra empty lines.Sahana Prasad1-2/+0
2019-12-20unittests: Adds unitests for ecdsa and rsa with PKCS11 URIs.Sahana Prasad3-0/+810
2019-12-20unittest: Adds unit tests for ssh_strreplace().Sahana Prasad1-0/+50
2019-12-16tests: add crypto unittest for chacha20poly1305Jussi Kivilinna1-0/+194
2019-12-09tests: Check behavior of match_pattern()Jakub Jelen1-0/+85
2019-12-09misc: Add a function to encode newlinesAnderson Toshiyuki Sasaki1-0/+19
2019-12-09tests: Use SSH_STRING_FREE()Andreas Schneider1-1/+1
2019-12-09CVE-2019-14889: tests: Add unit tests for ssh_quote_file_name()Anderson Toshiyuki Sasaki1-0/+137
2019-11-18Use only one variable denoting the size of methods arraysJakub Jelen1-1/+1
2019-10-25tests: Let shell resolve the absolute path to binaries in Exec testsJakub Jelen2-5/+5
2019-10-01tests: Verify multiple match conditions can be present on a lineJakub Jelen1-3/+50
2019-10-01tests: Verify match exec keyword works on itselfJakub Jelen2-4/+61
2019-10-01tests: Verify functionality of low-level config parser functionsJakub Jelen1-0/+125
2019-09-24pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki1-2/+124
2019-09-24pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki6-33/+33
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki1-10/+63
2019-09-24torture_pki_ed25519: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-3/+7
2019-09-18tests: Verify the localuser match worksJakub Jelen2-5/+26
2019-08-06tests: Skip testing 1024 bits key generation in FIPS modeAnderson Toshiyuki Sasaki1-13/+15
2019-08-06misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki1-0/+93
2019-08-06misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki1-0/+47
2019-07-30misc: Allow %% to escape a single % in paths.Richard W.M. Jones1-0/+13
2019-07-29tests: Try PEM files with leading white spacesAnderson Toshiyuki Sasaki3-0/+116
2019-07-29pki: Search OpenSSH header not only at the beginningAnderson Toshiyuki Sasaki1-0/+84
2019-07-04kex: Do not ignore keys in known_hosts filesAnderson Toshiyuki Sasaki1-7/+141
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki1-0/+28
2019-07-04token: Added function to remove duplicatesAnderson Toshiyuki Sasaki1-0/+122
2019-07-04tests: Check if known_hosts works with single unaccessible fileAnderson Toshiyuki Sasaki1-8/+11
2019-06-28tests: Added a check for unaccessible global known_hostsAnderson Toshiyuki Sasaki1-0/+9
2019-06-21tests: Skip 1k RSA key generation in FIPSJakub Jelen1-15/+17
2019-06-19tests: Add reproducer for T76Jakub Jelen3-0/+115
2019-06-14tests/torture_config: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-1/+1
2019-06-14tests: Add more reproducers for valid and invalid Match exec blocksJakub Jelen1-0/+34
2019-06-13tests: Fix the glob test on musl libcAndreas Schneider1-4/+4
2019-06-13tests/torture_pki_rsa: Avoid using SHA1 in FIPS modeAnderson Toshiyuki Sasaki1-12/+16