aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-19tests: Reproducer for proxy command with stderr output (T130)Jakub Jelen1-0/+25
2019-06-14tests/torture_config: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-1/+1
2019-06-14tests/torture_rekey: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-2/+2
2019-06-14tests/torture_rekey: Do not mix integer typesAnderson Toshiyuki Sasaki1-1/+1
2019-06-14tests: Add more reproducers for valid and invalid Match exec blocksJakub Jelen1-0/+34
2019-06-13tests: Fix the glob test on musl libcAndreas Schneider1-4/+4
2019-06-13tests/pkd: Fix OpenSSH version checkAnderson Toshiyuki Sasaki1-5/+9
2019-06-13tests/pkd: Check OpenSSH version only onceAnderson Toshiyuki Sasaki1-1/+5
2019-06-13tests/torture_server_config: Use only allowed algorithmsAnderson Toshiyuki Sasaki1-58/+63
2019-06-13tests/pkd: Add tests using certificates with SHA2 in signaturesAnderson Toshiyuki Sasaki3-1/+17
2019-06-13tests/pkd: Accept certificates with SHA2 in signaturesAnderson Toshiyuki Sasaki1-1/+1
2019-06-13tests/pkd: Use only allowed algorithms if in FIPS modeAnderson Toshiyuki Sasaki3-185/+218
2019-06-13tests/torture_pki_rsa: Avoid using SHA1 in FIPS modeAnderson Toshiyuki Sasaki1-12/+16
2019-06-13tests: Update negative test cases to use EC instead of ED keysJakub Jelen2-38/+38
2019-06-13tests: There is no 8B block cipher in FIPS ModeJakub Jelen1-6/+20
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/torture_pki_dsa: Skip completely if in FIPS modeAnderson Toshiyuki Sasaki1-2/+14
2019-06-13tests/torture_pki: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-0/+19
2019-06-13tests/torture_options: Use only allowed algorithms if in FIPS modeAnderson Toshiyuki Sasaki1-70/+170
2019-06-13tests/torture_config: Use only allowed algorithms in FIPS modeAnderson Toshiyuki Sasaki1-10/+47
2019-06-13tests/torture_bind_config: Use allowed algorithms in FIPS modeAnderson Toshiyuki Sasaki1-54/+196
2019-06-13tests/torture_hostkey: Skip some tests in FIPS modeAnderson Toshiyuki Sasaki1-0/+12
2019-06-13tests/torture_client_config: Adjust lists in FIPS modeAnderson Toshiyuki Sasaki1-5/+42
2019-06-13tests/torture_algorithms: Skip some tests in FIPS modeAnderson Toshiyuki Sasaki1-0/+120
2019-06-13tests: Use different config if in FIPS modeAnderson Toshiyuki Sasaki1-26/+76
2019-06-13tests: Use the SHA2 extension by default to avoid issues in FIPS modeJakub Jelen1-2/+2
2019-06-13tests: Use ed25519 keys explicitlyJakub Jelen1-4/+35
2019-06-13tests: The DSA is not available in mbedtlsJakub Jelen1-4/+4
2019-06-13tests/client/torture_auth: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-2/+10
2019-06-13tests: Do not free pcap context while it is in use by the server sessionJakub Jelen1-1/+5