aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-10-16cmake: Disable deprecation warnings for old known_hosts APIAndreas Schneider1-0/+5
2018-10-09tests: Add aes-gcm ciphers testsJakub Jelen2-2/+47
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 Sasaki8-152/+129
2018-09-27tests: Use SSH_STRING_FREE_CHARAnderson Toshiyuki Sasaki6-33/+36
2018-09-26cmake: Rewritten AddCMockaTest.cmakeAnderson Toshiyuki Sasaki2-85/+74
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 Sasaki4-5/+17
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki4-6/+17
2018-09-18tests: Add OK: and a new line to ssh_pingAndreas Schneider1-1/+1
2018-09-18tests: Wait for the server to startJakub Jelen3-3/+98
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-18Revert "pkd: Generate host keys in old format"Jakub Jelen1-5/+5
2018-09-18tests: Verify the keys loaded from new OpenSSH formatJakub Jelen3-2/+224
2018-09-18tests: Provide testing keys also in OpenSSH formatJakub Jelen4-18/+272
2018-09-17tests: Use stdbool for with_passphrase argumentJakub Jelen2-3/+5
2018-09-17tests: Drop duplicate ed25519 key creationJakub Jelen1-7/+0
2018-09-17tests: Verify the pubkey authentication works with ECDSA keysJakub Jelen4-2/+107
2018-09-17tests: Do not call sftp_canonicalize_path()Andreas Schneider1-7/+2
2018-09-17tests: Add a sftp benchmark test for write/readAndreas Schneider2-1/+143
2018-09-05tests: UsePrivilegeSeparation has no effect since OpenSSH 7.5Jakub Jelen1-1/+0
2018-09-05tests: Do not trace sshdJakub Jelen1-0/+1
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: Define LIBSSH_STATIC for torture_cmockaAndreas Schneider1-0/+2
2018-09-05tests: Fix linking unit testsAndreas Schneider1-25/+25
2018-09-04tests: Add a test for sftp_canonicalize_path()Andreas Schneider2-0/+97
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-31pki: Support RSA SHA2 signatures of sessionid for serverJakub Jelen1-2/+2
2018-08-31tests: Verify the public key algorithms can be limited by configuration optionJakub Jelen1-0/+87
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-31pkd: Produce more useful logsJakub Jelen1-1/+1