aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Add a new location of sftp-server on TumbleweedJakub Jelen1-0/+1
2020-08-13tests: Enable all CASignatureAlgorithms as SHA1 certificates are now disabled...Jakub Jelen1-0/+3
2020-08-13tests: Enable RSA SHA1 certs for testing against older OpenSSHJakub Jelen1-0/+6
2020-08-13CMakeLists: Shorten the keys lists passed to the ssh commandJakub Jelen1-0/+6
2020-08-13tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2020-08-13pkd client run user executableAris Adamantiadis2-2/+3
2020-08-13pkd: fix snprintf compiler warningAris Adamantiadis1-1/+1
2020-08-13tests: use detected sshd pathAris Adamantiadis3-9/+10
2020-08-13tests: use OpenSSH-provided ciphersAris Adamantiadis2-52/+25
2020-08-13tests: search for netcat binaryAris Adamantiadis3-3/+19
2020-08-13pkd: use detected OpenSSH supported key typesAris Adamantiadis2-26/+5
2020-08-13tests: detect OpenSSH supported ciphersAris Adamantiadis3-1/+135
2020-06-24tests: Do not parse configuration file in torture_knownhostsAnderson Toshiyuki Sasaki1-0/+8
2020-06-23tests: Add test for CVE-2019-14889Anderson Toshiyuki Sasaki1-0/+84
2020-05-07cmake: Add autogenerated libssh_version.hHeiko Thiery4-0/+4
2020-05-05Fix FTBFS on hurd-i386Laurent Bigonville1-0/+4
2020-05-05client: Check if the library is initialized in ssh_connect()Anderson Toshiyuki Sasaki1-0/+33
2020-05-05init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki1-0/+23
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki3-2/+29
2020-01-23tests: Use correct assert function for ssh return codesAndreas Schneider1-2/+2
2020-01-23tests: Unbreak strict builds on UbuntuJakub Jelen1-6/+9
2020-01-23tests: Do not require strict host key checking in opensshJakub Jelen1-2/+7
2020-01-23tests: Avoid needless assignment as reported by csbuildJakub Jelen1-1/+0
2020-01-23tests: fix typosAris Adamantiadis3-3/+3
2019-12-11torture: Accept whole pid_t rangeJakub Jelen1-2/+8
2019-12-11tests: bigger sshd config buffer (fixes #T180)Aris Adamantiadis1-1/+1
2019-12-09tests: Check behavior of match_pattern()Jakub Jelen1-0/+86
2019-12-09tests: Add a test for SCP with protocol message injectionAnderson Toshiyuki Sasaki1-1/+72
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-12-09CVE-2019-14889: tests: Add tests for SCP clientAnderson Toshiyuki Sasaki2-0/+505
2019-12-09Use 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 Schneider2-3/+2
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-09-30pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki2-13/+151
2019-09-30pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki6-33/+33
2019-09-30pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki1-10/+63
2019-09-30torture_pki_ed25519: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-3/+7
2019-09-30tests: Verify the localuser match worksJakub Jelen2-5/+26
2019-09-30Skip the proxycommand test in case the netcat is not avaliableJakub Jelen1-1/+9
2019-08-08misc: Allow %% to escape a single % in paths.Richard W.M. Jones1-0/+13