aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-01-23unittests: Removes extra empty lines.Sahana Prasad1-2/+0
2020-01-23unitests: Removes unwanted comments.Sahana Prasad1-3/+0
2020-01-23tests: Use correct assert function for ssh return codesAndreas Schneider1-2/+2
2020-01-22tests: Give server more time to startJakub Jelen1-1/+1
2019-12-23tests: Unbreak strict builds on UbuntuJakub Jelen1-6/+9
2019-12-23CMakeLists: Shorten the keys lists passed to the ssh commandJakub Jelen1-0/+6
2019-12-23tests: Do not require strict host key checking in opensshJakub Jelen1-2/+7
2019-12-23tests: Avoid needless assignment as reported by csbuildJakub Jelen1-1/+0
2019-12-23tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2019-12-23pkd client run user executableAris Adamantiadis2-2/+3
2019-12-23pkd: fix snprintf compiler warningAris Adamantiadis1-1/+1
2019-12-23tests: use detected sshd pathAris Adamantiadis3-9/+10
2019-12-23tests: use OpenSSH-provided ciphersAris Adamantiadis2-52/+25
2019-12-23tests: search for netcat binaryAris Adamantiadis3-3/+19
2019-12-23pkd: use detected OpenSSH supported key typesAris Adamantiadis2-26/+5
2019-12-23tests: detect OpenSSH supported ciphersAris Adamantiadis3-1/+135
2019-12-23tests: fix typosAris Adamantiadis3-3/+3
2019-12-20clienttest: Adds a client test that authenticates to the ssh server using ssh...Sahana Prasad3-0/+267
2019-12-20unittests: Adds unitests for ecdsa and rsa with PKCS11 URIs.Sahana Prasad4-1/+810
2019-12-20torture: Add a helper function to setup tokens using softhsm.Sahana Prasad2-0/+19
2019-12-20torture_key: Adds public keys in PEM format - as required by p11tool.Sahana Prasad2-4/+60
2019-12-20tests/CMakeLists: Adds keys to authorized hosts list. copies script used to s...Sahana Prasad1-0/+24
2019-12-20etc: Adds a new user CharlieSahana Prasad4-0/+4
2019-12-20tests/pkcs11: Adds a script to setup PKCS11 tokens using softhsm and p11tool.Sahana Prasad1-0/+79
2019-12-20keys: Adds new keys to generate PKCS11 URIs used to authenticate with the ssh...Sahana Prasad14-0/+83
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-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/+85
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-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