aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-04-20tests: Enable all host key algorithms in testing clientJakub Jelen1-0/+3
2020-04-20Make the testing ping use all supported algorithmsJakub Jelen2-1/+15
2020-04-15Fix FTBFS on hurd-i386Laurent Bigonville1-0/+4
2020-04-09client: Check if the library is initialized in ssh_connect()Anderson Toshiyuki Sasaki1-0/+33
2020-04-09init: 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-03-29tests: Mark unreachable points after fail_msg()Anderson Toshiyuki Sasaki1-2/+18
2020-03-29torture_server_config: Run the server under timeoutAnderson Toshiyuki Sasaki1-79/+10
2020-03-29torture_server: Run the server under timeoutAnderson Toshiyuki Sasaki1-172/+16
2020-03-29torture: Added a function to setup a libssh based serverAnderson Toshiyuki Sasaki4-1/+249
2020-03-29test_server: Added an option to write PID to fileAnderson Toshiyuki Sasaki1-0/+31
2020-03-29ssh_ping: Ignore system-wide configurationAnderson Toshiyuki Sasaki1-0/+9
2020-02-25tests: Verify error returned by killAnderson Toshiyuki Sasaki3-13/+12
2020-02-24tests: Close SFTP file opened during rekey testsAnderson Toshiyuki Sasaki1-0/+6
2020-02-24tests: Do not leave temporary SFTP directoryAnderson Toshiyuki Sasaki1-0/+4
2020-02-24tests: Use a common function to start sshdAnderson Toshiyuki Sasaki1-26/+19
2020-02-11pki: add support for sk-ecdsa and sk-ed25519Sebastian Kinne1-0/+4
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
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