aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2019-06-13tests: Fix the glob test on musl libcAndreas Schneider1-4/+4
2019-06-13tests/torture_pki_rsa: Avoid using SHA1 in FIPS modeAnderson Toshiyuki Sasaki1-12/+16
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: Cover comparison of public keys, which was missingJakub Jelen3-13/+25
2019-06-12tests: Verify duplicate items are removed from knownhosts entries listJakub Jelen1-0/+74
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-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-14config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+20
2019-05-14tests: Update knownhost tests with reproducer from T110Jakub Jelen1-0/+44
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-29knownhosts: Check if the hosts file existsAndreas Schneider1-0/+4
2019-04-17tests/unittests: test that signatures can be verified with certsBen Toews5-13/+209
2019-04-17tests/unittests: test ECDSA/ED25519 supportBen Toews2-2/+59
2019-04-17pki: support ECDSA/ED25519 certificatesBen Toews1-1/+1
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews12-110/+194
2019-04-17torture_pki: store test case attributes in struct instead of multiple arraysBen Toews1-54/+33
2019-04-04dh: Rename variables for DH key exchangeSimo Sorce1-1/+1
2019-04-01tests: Add test cases for Match keyword in bind configAnderson Toshiyuki Sasaki1-0/+239
2019-04-01options: Add a bind option to set the config directoryAnderson Toshiyuki Sasaki1-1/+46
2019-04-01options: Introduce ssh_bind_options_parse_config()Anderson Toshiyuki Sasaki1-2/+24
2019-04-01tests: Add tests for server side configurationAnderson Toshiyuki Sasaki2-2/+813
2019-04-01tests: Add missing unit tests for bind optionsAnderson Toshiyuki Sasaki1-6/+541
2019-03-07Use a common KDF functionSimo Sorce1-1/+1
2019-03-07Add unit test for fn that generates session keysSimo Sorce2-0/+98
2019-02-22Add tests and implementation for Encrypt-then-MAC modeDirkjan Bussink3-5/+68
2019-02-21buffer: Fix regression introduced by 6c7eaa and c306a6Tilo Eckert2-6/+2
2019-02-07Allow building without Group Exchange supportJakub Jelen1-1/+1
2019-01-26tests: Initialize ssh_cipher_struct in torture_crypto_aes256_cbc()Andreas Schneider1-8/+20
2019-01-26tests: Add NULL checks in pki testsAnderson Toshiyuki Sasaki5-7/+96
2019-01-26tests: Prefer assert_non_null() over assert_false()Anderson Toshiyuki Sasaki2-3/+3
2019-01-26tests: Added NULL checks in torture_list.cAnderson Toshiyuki Sasaki1-0/+31
2019-01-26tests: Prefer assert_non_null over assert_trueAnderson Toshiyuki Sasaki13-85/+84