aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-13tests/torture_pki_dsa: Skip completely if in FIPS modeAnderson Toshiyuki Sasaki1-2/+14
2019-06-13tests/torture_pki: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-0/+19
2019-06-13tests/torture_options: Use only allowed algorithms if in FIPS modeAnderson Toshiyuki Sasaki1-70/+170
2019-06-13tests/torture_config: Use only allowed algorithms in FIPS modeAnderson Toshiyuki Sasaki1-10/+47
2019-06-13tests/torture_bind_config: Use allowed algorithms in FIPS modeAnderson Toshiyuki Sasaki1-54/+196
2019-06-13tests: Cover comparison of public keys, which was missingJakub Jelen3-13/+25
2019-06-12tests: Verify duplicate items are removed from knownhosts entries listJakub Jelen1-0/+74
2019-06-12torture_hashes: Skip the MD5 tests in FIPS modeJakub Jelen1-0/+4
2019-06-12session: Do not use MD5 in FIPS modeAnderson Toshiyuki Sasaki1-8/+13
2019-06-12bind_config: Add support for HostKeyAlgorithmsAnderson Toshiyuki Sasaki1-0/+65
2019-06-12options: Added an option to set server HostKey algorithmsAnderson Toshiyuki Sasaki1-0/+57
2019-06-12bind_config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+64
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki1-1/+57
2019-06-12token, kex: Add functions to handle tokens listsAnderson Toshiyuki Sasaki2-0/+164
2019-06-12pki: Check if the key is allowed against right listAnderson Toshiyuki Sasaki1-0/+2
2019-05-28tests: Fix null termination in torture_read_one_line()Andreas Schneider1-15/+16
2019-05-14config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+20