aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-08-29tests: Add torture_hashes for pubkey hashesJan-Niklas Burfeind2-0/+120
2018-08-29tests: Fix size types in pkdAndreas Schneider1-2/+2
2018-08-22tests: Temporarily increase log verbosity for torture_forwardAndreas Schneider1-0/+3
2018-08-22tests: Check return code of setuid()Andreas Schneider8-8/+38
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider3-0/+40
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
2018-08-20tests: Make sure pointer are initialized in torture_pki_rsaAndreas Schneider1-22/+22
2018-08-20tests: Use ZERO_STRUCT for readfdsAndreas Schneider1-1/+3
2018-08-20tests: Fix function declaration in pkd_helloAndreas Schneider1-2/+4
2018-08-20tests: Fix function declaration in torture_packetAndreas Schneider1-8/+24
2018-08-16tests: Unsupported and unknown configuration options do not crashJakub Jelen1-0/+31
2018-08-08tests: Free memory of tmp_file in torture_knownhosts_parsingAndreas Schneider1-0/+1
2018-08-08tests: Fix memory leak in torture_knownhosts_read_file()Andreas Schneider1-0/+9
2018-08-08tests: Do not leak memory when freeing ed25519 keysAndreas Schneider1-4/+4
2018-08-07tests: Fix a typo in torture.cAndreas Schneider1-1/+1
2018-08-06torture: Increase wait time for sshd startupAndreas Schneider1-3/+4
2018-08-06tests: Add missing check for valid fdAndreas Schneider1-1/+4
2018-08-06tests: Add additional NULL checksAndreas Schneider1-0/+2
2018-08-06tests: Use fstat instead of lstatAndreas Schneider1-1/+1
2018-08-06tests: Add some null checksAndreas Schneider1-1/+3
2018-08-06tests: Check for memory allocation error in torture_pki_ed25519_sign()Andreas Schneider1-2/+13
2018-08-06tests: Improve torture_connect_socket()Andreas Schneider1-6/+6
2018-08-06tests: null terminate buffer in torture_read_one_line()Andreas Schneider1-0/+1
2018-08-06tests: Add additional NULL check in torture_pki_rsa_write_privkey()Andreas Schneider1-0/+2
2018-08-06tests: Initialize readfds in torture_channel_select()Andreas Schneider1-1/+1
2018-08-06tests: Check return code of ssh_pki_import_privkey_base64Andreas Schneider1-1/+3
2018-08-06tests: Improve test checksAndreas Schneider2-5/+8
2018-08-03Remove internal calls to ssh_initAnderson Toshiyuki Sasaki1-0/+6
2018-08-03tests: Run thread tests on WindowsAnderson Toshiyuki Sasaki1-8/+12
2018-08-03tests: Add test for RSA PKI running on threadsAnderson Toshiyuki Sasaki2-0/+736
2018-08-03tests: Add test for crypto running on threadsAnderson Toshiyuki Sasaki2-0/+183
2018-08-03tests: Add test for buffer running on threadsAnderson Toshiyuki Sasaki2-0/+599
2018-08-03tests: Add test for init running on threadsAnderson Toshiyuki Sasaki2-0/+97
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki4-15/+4
2018-08-01pkd: Add missing ECDH mechanisms + whitespace cleanupJakub Jelen1-16/+24
2018-08-01pkd: Support ed25519 host keys in serverJakub Jelen5-0/+96
2018-08-01test: Fix text labels (copy & paste error)Jakub Jelen1-2/+2
2018-07-07tests: Add umask() around mkstemp()Andreas Schneider1-0/+5
2018-07-07tests: Fix errno check in pkdAndreas Schneider1-1/+1
2018-07-05torture_pki_dsa: Improve torture_pki_dsa_publickey_base64Andreas Schneider1-10/+24
2018-07-05crytpo: Make sure we check return of ssh_get_random() correctlyAndreas Schneider1-3/+3
2018-07-04tests: Verify various host keys can be successfully negotiated and verifiedJakub Jelen2-0/+231
2018-07-03known_hosts: Remove deprecated ssh_knownhosts_algorithms()Andreas Schneider1-39/+0
2018-07-03kex: Use ssh_known_hosts_get_algorithms()Andreas Schneider1-30/+7
2018-07-03tests: Add knownhosts test for detecting conflicsAndreas Schneider1-0/+70
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_UNKNOWNAndreas Schneider1-0/+62
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_OTHERAndreas Schneider1-0/+38
2018-07-03knownhosts: Fix return codesAndreas Schneider1-1/+1