aboutsummaryrefslogtreecommitdiff
path: root/tests/server
AgeCommit message (Expand)AuthorFilesLines
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider2-9/+5
2019-11-07cmake: Create ssh library directly as libsshAndreas Schneider1-1/+1
2019-10-25tests: Do not parse global configuration when testing serverAnderson Toshiyuki Sasaki1-51/+0
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-04tests: Use C99 initilizer in test_server.cAndreas Schneider1-1/+3
2019-06-26tests: Add a server test case for unknown global requestAnderson Toshiyuki Sasaki1-0/+47
2019-06-13tests/torture_server_config: Use only allowed algorithmsAnderson Toshiyuki Sasaki1-58/+63
2019-06-13tests: Use more widely supported RSA key as a hostkeyJakub Jelen1-10/+10
2019-06-13tests: Avoid mixing stderr with stdoutJakub Jelen1-2/+2
2019-06-13tests: Use consistent checking for ssh return codeJakub Jelen1-2/+2
2019-06-13tests: Adjust for FIPS and simplify initializationJakub Jelen1-85/+84
2019-06-13tests: Use the SHA2 extension by default to avoid issues in FIPS modeJakub Jelen1-2/+2
2019-06-13tests: Do not free pcap context while it is in use by the server sessionJakub Jelen1-1/+5
2019-06-12tests: Make sure unknown options are ignored in server configAnderson Toshiyuki Sasaki1-0/+24
2019-06-12tests: Added tests for server config fileAnderson Toshiyuki Sasaki2-0/+828
2019-06-12tests: Allow setting configuration file for test serverAnderson Toshiyuki Sasaki4-0/+68
2019-05-28tests: Fix assert_return_code in server testAndreas Schneider1-5/+5
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews2-6/+6
2019-02-07cmake: fix build problem on ubuntu 18.04Aris Adamantiadis1-2/+2
2019-02-07tests: Don't talk to ssh-agent in server authentication testsJakub Jelen1-0/+3
2019-01-22tests: Add test for server interactive authenticationAnderson Toshiyuki Sasaki2-0/+764
2019-01-22tests: Add test for server auth method noneAnderson Toshiyuki Sasaki1-0/+33
2019-01-22tests: Test server pubkey authenticationAnderson Toshiyuki Sasaki3-6/+86
2019-01-22tests: Added functions to get the default callbacksAnderson Toshiyuki Sasaki2-33/+111
2019-01-22tests: Provide the server state to callbacksAnderson Toshiyuki Sasaki2-0/+11
2019-01-22tests: Reproducer for cockpit issue, where server provides an invalid signatureJakub Jelen1-0/+80
2019-01-22tests: Check return valuesJakub Jelen1-2/+4
2019-01-22tests: Initialize allocated memoryJakub Jelen1-2/+2
2019-01-22tests: Added test serverAnderson Toshiyuki Sasaki8-0/+2439