aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-13pki: Fail to sign when using wrong hash algorithmAnderson Toshiyuki Sasaki4-176/+406
2019-05-13tests: Use public key to verify signaturesAnderson Toshiyuki Sasaki5-38/+117
2019-05-13pki_gcrypt: Added pki_sign_data() and pki_verify_data_signature()Anderson Toshiyuki Sasaki3-12/+3
2019-05-13pki_mbedcrypto: Added pki_sign_data() and pki_verify_data_signature()Anderson Toshiyuki Sasaki3-10/+18
2019-05-13pki_crypto: Added pki_sign_data() and pki_verify_data_signature()Anderson Toshiyuki Sasaki3-0/+184
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki6-24/+24
2019-05-13wrapper.h: Add SSH_DIGEST_SHA384 to ssh_digest_e enumAnderson Toshiyuki Sasaki1-0/+7
2019-04-29tests:pkd: Fix size comparison (payload.len is size_t)Andreas Schneider1-1/+1
2019-04-29server: fix queued USERAUTH_SUCCESS rekey bugJon Simons1-0/+5
2019-04-29tests/pkd: support --rekey to set rekey data limitJon Simons3-0/+14
2019-04-29tests/pkd: support optional --buffer for test payloadJon Simons1-0/+6
2019-04-29tests/pkd: input test payload bufferJon Simons3-3/+17