aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2018-11-02tests: Adjust test that require complete config re-parsingJakub Jelen2-0/+19
2018-11-02tests: Typo -- the flags should be checked according to the commentJakub Jelen1-1/+1
2018-10-25socket: Undouble socket fdsSanne Raymaekers1-4/+2
2018-10-24tests: Improve asserts in torture_pki_ecdsaAndreas Schneider1-3/+4
2018-10-24tests: Init pubkey string with NULL in torture_keyfilesAndreas Schneider1-1/+1
2018-10-24tests: Fix pointer arithmetic in torture_pki_*_publickey_base64Andreas Schneider4-16/+32
2018-10-24tests: Init cipher structure in thread_crypto_aes256_cbc()Andreas Schneider1-1/+19
2018-10-19tests: Global known_hosts are used for host key verificationJakub Jelen1-0/+64
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-0/+30
2018-10-19tests: Generate valid known_hosts file, fixing the current testJakub Jelen1-15/+28
2018-10-19tests: Add option tests for global and user specific known_hostsAndreas Schneider1-0/+74
2018-10-16CVE-2018-10933: Add tests for packet filteringAnderson Toshiyuki Sasaki2-0/+503
2018-10-05include: Add macros for bytearray handlingAndreas Schneider2-0/+383
2018-09-27tests: Add frees to avoid memory leak errorsAnderson Toshiyuki Sasaki2-0/+12
2018-09-27tests: Replace ssh_buffer_free() with SSH_BUFFER_FREE()Anderson Toshiyuki Sasaki2-11/+11
2018-09-27tests: Replace ssh_string_free() with SSH_STRING_FREE()Anderson Toshiyuki Sasaki4-10/+10
2018-09-27tests: Replace ssh_key_free() with SSH_KEY_FREE()Anderson Toshiyuki Sasaki7-150/+127
2018-09-27tests: Use SSH_STRING_FREE_CHARAnderson Toshiyuki Sasaki6-33/+36
2018-09-26cmake: Rewritten AddCMockaTest.cmakeAnderson Toshiyuki Sasaki1-83/+69
2018-09-20tests: Add a test for ssh_pki_export_privkey_base64()Andreas Schneider1-1/+55
2018-09-20tests: Add test for ssh_get_fingerprint_hash()Andreas Schneider1-0/+27
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki2-5/+5
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki2-5/+5
2018-09-18tests: Add null checks in torture_threads_pki_rsa.cAnderson Toshiyuki Sasaki1-0/+2
2018-09-18tests: Add null checks in torture_pki_rsa.cAnderson Toshiyuki Sasaki1-1/+7
2018-09-18tests: Add null checks in torture_pki_ed25519.cAnderson Toshiyuki Sasaki1-0/+5
2018-09-18tests: Add null checks in torture_pki_ecdsa.cAnderson Toshiyuki Sasaki1-0/+3
2018-09-18tests: Add null checks and frees in torture_pki_dsa.cAnderson Toshiyuki Sasaki1-0/+13
2018-09-18tests: Add return and null checks in torture_options.cAnderson Toshiyuki Sasaki1-6/+17
2018-09-18tests: Add null checks in torture_config.cAnderson Toshiyuki Sasaki1-0/+3
2018-09-18tests: Verify we can read public key from OpenSSH containerJakub Jelen4-0/+138
2018-09-18tests: Verify the keys loaded from new OpenSSH formatJakub Jelen3-2/+224
2018-09-18tests: Provide testing keys also in OpenSSH formatJakub Jelen1-12/+21
2018-09-05tests: Verify the Match keyword from configuration fileJakub Jelen2-1/+206
2018-09-05tests: No need to restore log level nowJakub Jelen1-4/+0
2018-09-05tests: Use global verbosity in testsJakub Jelen2-1/+13
2018-09-05tests: Missing unlinkJakub Jelen1-0/+1
2018-09-05config: Do not overwrite previously matched result in Host blocksJakub Jelen1-1/+14
2018-09-05tests: Fix linking unit testsAndreas Schneider1-25/+25
2018-09-01tests: Fix memory leaks in torture_hashesAndreas Schneider1-0/+3
2018-08-31tests: Properly initilize library in threads testsJakub Jelen3-0/+18
2018-08-31tests: PUBLICKEY_ACCEPTED_TYPES are effectiveJakub Jelen1-0/+50
2018-08-31tests: Cover PubkeyAcceptedTypes configuration optionJakub Jelen1-0/+4
2018-08-31tests: SHA2 extension signaturesJakub Jelen1-0/+52
2018-08-31pki: Support RSA verification using different hash algorithmsJakub Jelen1-2/+2
2018-08-29tests: Add torture_hashes for pubkey hashesJan-Niklas Burfeind2-0/+120
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+38
2018-08-20tests: Make sure pointer are initialized in torture_pki_ed25519Andreas Schneider1-22/+22
2018-08-20tests: Make sure pointer are initialized in torture_pki_ecdsaAndreas Schneider1-23/+23
2018-08-20tests: Make sure pointer are initialized in torture_pki_dsaAndreas Schneider1-18/+18