aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-13tests: Cover comparison of public keys, which was missingJakub Jelen3-13/+25
2019-06-13tests: Add PKCS#8 PEM encrypted private keysAnderson Toshiyuki Sasaki1-7/+109
2019-06-13tests/torture_auth: Workaround OpenSSH agent bugAnderson Toshiyuki Sasaki1-5/+47
2019-06-12tests: Verify duplicate items are removed from knownhosts entries listJakub Jelen1-0/+74
2019-06-12tests: Verify duplicate items are removed from knownhosts algorithmsJakub Jelen1-0/+54
2019-06-12torture_hashes: Skip the MD5 tests in FIPS modeJakub Jelen1-0/+4
2019-06-12session: Do not use MD5 in FIPS modeAnderson Toshiyuki Sasaki1-8/+13
2019-06-12tests: Make sure unknown options are ignored in server configAnderson Toshiyuki Sasaki1-0/+24
2019-06-12server: Use default methods instead of allAnderson Toshiyuki Sasaki1-0/+16
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-06-12bind_config: Add support for HostKeyAlgorithmsAnderson Toshiyuki Sasaki1-0/+65
2019-06-12options: Added an option to set server HostKey algorithmsAnderson Toshiyuki Sasaki1-0/+57
2019-06-12bind_config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+64
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki1-1/+57
2019-06-12token, kex: Add functions to handle tokens listsAnderson Toshiyuki Sasaki2-0/+164
2019-06-12pki: Check if the key is allowed against right listAnderson Toshiyuki Sasaki1-0/+2
2019-05-28tests: Fix null termination in torture_read_one_line()Andreas Schneider1-15/+16
2019-05-28tests: Fix assert_return_code in server testAndreas Schneider1-5/+5
2019-05-14config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+20
2019-05-14tests: Update knownhost tests with reproducer from T110Jakub Jelen2-0/+117
2019-05-14cmake,options: Allow to set global client config fileAnderson Toshiyuki Sasaki1-0/+2