aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-29tests: Avoid reading user configuration when running algorithm testsJakub Jelen1-0/+5
2019-04-29knownhosts: Check if the hosts file existsAndreas Schneider1-0/+4
2019-04-17tests/pkd: connect to openssh using certificatesBen Toews4-20/+84
2019-04-17tests/unittests: test that signatures can be verified with certsBen Toews5-13/+209
2019-04-17tests/unittests: test ECDSA/ED25519 supportBen Toews3-2/+130
2019-04-17pki: support ECDSA/ED25519 certificatesBen Toews1-1/+1
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews18-160/+239
2019-04-17torture_pki: store test case attributes in struct instead of multiple arraysBen Toews1-54/+33
2019-04-17tests: add OpenSSL includes dir for torture testsBen Toews1-0/+1
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 Bussink5-38/+350
2019-02-22Select ciphers for MAC tests that need a MACDirkjan Bussink1-1/+1
2019-02-21buffer: Fix regression introduced by 6c7eaa and c306a6Tilo Eckert2-6/+2
2019-02-07cmake: fix build problem on ubuntu 18.04Aris Adamantiadis1-2/+2
2019-02-07tests/pkd: repro rsa-sha2-{256,512} negotiation bugJon Simons2-6/+17
2019-02-07Allow building without Group Exchange supportJakub Jelen3-61/+52
2019-02-07kex: Disable diffie-hellman-group-exchange-sha1 by defaultJakub Jelen2-23/+50
2019-02-07tests: Fix error messageJakub Jelen1-1/+1
2019-02-07tests: Don't talk to ssh-agent in server authentication testsJakub Jelen1-0/+3
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 Sasaki5-8/+8
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 Sasaki14-88/+87
2019-01-24tests: Extend negative test cases for config Match keywordJakub Jelen2-2/+102
2019-01-24tests: Use assert_ssh_return_code() in config testJakub Jelen1-7/+7
2019-01-24pkd: dh-group-exchange testcasesAris Adamantiadis1-4/+27
2019-01-24tests: Added moduli file parsing testsAris Adamantiadis2-0/+121
2019-01-24tests: Add dh-group-exchange algorithm testsAris Adamantiadis2-1/+28
2019-01-22tests: Add test for server interactive authenticationAnderson Toshiyuki Sasaki2-0/+764