aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-12-09CVE-2019-14889: tests: Add tests for SCP clientAnderson Toshiyuki Sasaki2-0/+505
2019-11-18Use only one variable denoting the size of methods arraysJakub Jelen1-1/+1
2019-11-07cmake: Fix setting up cwrap for server testingAndreas Schneider1-6/+8
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider5-29/+18
2019-11-07cmake: Rename static libraryAndreas Schneider3-4/+4
2019-11-07cmake: Create ssh library directly as libsshAndreas Schneider3-11/+3
2019-11-07cmake:pkd: Don't use LIBSSH_LINK_LIBRARIESAndreas Schneider1-1/+0
2019-10-25tests: Do not parse global config in torture_ssh_session()Anderson Toshiyuki Sasaki1-1/+8
2019-10-25tests: Do not parse global configuration when testing serverAnderson Toshiyuki Sasaki1-51/+0
2019-10-25tests: Do not process server config during testsAnderson Toshiyuki Sasaki1-0/+8
2019-10-25tests: Do not process config when reinitializing sessionAnderson Toshiyuki Sasaki1-0/+2
2019-10-25tests: Use temporary file for known_hostsAnderson Toshiyuki Sasaki2-75/+136
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 Sasaki2-13/+151
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-09-16Skip the proxycommand test in case the netcat is not avaliableJakub Jelen1-1/+9
2019-08-06tests: Skip testing 1024 bits key generation in FIPS modeAnderson Toshiyuki Sasaki1-13/+15
2019-08-06knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki1-0/+42
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-09tests: Do not use internal macros in the fuzzerAndreas Schneider1-6/+7
2019-07-08tests: Use the correct assert function in test serverAndreas Schneider1-2/+2
2019-07-08tests: Fix #ifdef in torture_server_configAndreas Schneider1-5/+2
2019-07-08tests: Add ssh_client_fuzzerAndreas Schneider2-0/+168
2019-07-08ctest: Run the ssh_server_fuzzer to check it worksAndreas Schneider1-0/+3
2019-07-08tests: Fix memory leak in ssh_server_fuzzerAndreas Schneider1-0/+2
2019-07-08cmake: We don't have to define the ssh link librariesAndreas Schneider2-4/+2
2019-07-04tests: Use C99 initilizer in test_server.cAndreas Schneider1-1/+3
2019-07-04tests: Improve fuzzer testAndreas Schneider1-20/+116
2019-07-04cmake: Fix building the ssh_server_fuzzerAndreas Schneider1-0/+4
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-26tests/pkd: Fix elif without expressionAnderson Toshiyuki Sasaki1-1/+1
2019-06-26tests: Add a server test case for unknown global requestAnderson Toshiyuki Sasaki1-0/+47
2019-06-26tests: Introduce torture_client_global_requestsAnderson Toshiyuki Sasaki2-1/+154
2019-06-21tests: Skip 1k RSA key generation in FIPSJakub Jelen1-15/+17
2019-06-20tests: Filter out bogus output from openssh in FIPS ModeJakub Jelen1-2/+2
2019-06-19tests: Add reproducer for T76Jakub Jelen3-0/+115