aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-22tests: Add test for server auth method noneAnderson Toshiyuki Sasaki1-0/+33
2019-01-22tests: Test server pubkey authenticationAnderson Toshiyuki Sasaki3-6/+86
2019-01-22tests: Added functions to get the default callbacksAnderson Toshiyuki Sasaki2-33/+111
2019-01-22tests: Provide the server state to callbacksAnderson Toshiyuki Sasaki2-0/+11
2019-01-22tests: Reproducer for cockpit issue, where server provides an invalid signatureJakub Jelen1-0/+80
2019-01-22tests: Check return valuesJakub Jelen1-2/+4
2019-01-22tests: Initialize allocated memoryJakub Jelen1-2/+2
2019-01-22tests: Added test serverAnderson Toshiyuki Sasaki9-0/+2440
2019-01-22tests: Fix uninitialized warning in torture_threads_pki_rsaAndreas Schneider1-8/+8
2019-01-11tests: Refactor test so that all RSA + hash combinations are testedTilo Eckert1-64/+58
2019-01-11tests: Fix incorrect hash type parameter on signature importTilo Eckert1-3/+8
2019-01-11tests: Refactor the sftp initilization to avoid invalid memory access on sftp...Jakub Jelen1-49/+57
2019-01-09kex: List also the SHA2 extension when ordering hostkey algorithmsJakub Jelen1-4/+6
2019-01-09tests: Verify rekeying initialized by the server worksJakub Jelen1-0/+138
2019-01-09tests: Allow to modify sshd config from the testJakub Jelen2-19/+112
2019-01-09tests: Verify that rekey limits are effective from the client sideJakub Jelen2-0/+386
2019-01-09packet: Provide a function to switch crypto in separate directionsJakub Jelen1-0/+1
2019-01-09tests: Verify we can parse RekeyLimit configuration optionJakub Jelen1-0/+98
2019-01-09tests: Allow to generate unencrypted PCAP files from testsuiteJakub Jelen11-13/+51
2019-01-09tests: Reproducer for T122Jakub Jelen1-0/+7
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen18-23/+36
2018-12-19crypto: Disable blowfish support by defaultAndreas Schneider1-0/+4
2018-12-10tests: Do not segfault when built without ZLIBJakub Jelen1-0/+5
2018-12-10tests: Verify we can parse the ProxyJump configuration optionJakub Jelen1-0/+235
2018-12-10tests: Verify ProxyCommand works with sshJakub Jelen1-0/+25
2018-12-10tests: Use torture_server_address() in proxycommand testJakub Jelen1-2/+9
2018-12-10tests: Verify all the options are copied overJakub Jelen1-0/+109
2018-12-10packet: Allow SSH2_MSG_EXT_INFO when authenticatedAnderson Toshiyuki Sasaki1-0/+31