aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen5-28/+25
2018-12-07tests: Cover also compression with unit testsJakub Jelen1-16/+43
2018-12-07tests: Do not recreate unnecessary files for every test caseJakub Jelen1-22/+8
2018-12-07tests: Cover missing parts of the config parsingJakub Jelen1-0/+13
2018-11-30tests: Fix a clang possible memory leak warningAnderson Toshiyuki Sasaki1-2/+2
2018-11-30tests: Test calling ssh_init() after ssh_finalize()Anderson Toshiyuki Sasaki1-0/+17
2018-11-30tests: Use UNUSED macros in torture_threads_initAndreas Schneider1-5/+2
2018-11-30src: Fix multiple typosTilo Eckert1-2/+2
2018-11-30tests: Verify that signatures are sane and can not be verified by non-matchin...Jakub Jelen1-0/+220
2018-11-30tests: Do not require base RSA type for SHA2 extension whitelistJakub Jelen1-2/+2
2018-11-30The largest ECDSA key has 521 bitsJakub Jelen2-2/+2
2018-11-28tests: Use temporary directories in torture_pki_ed25519.cAnderson Toshiyuki Sasaki1-8/+44
2018-11-28tests: Use temporary directories in torture_pki_ecdsa.cAnderson Toshiyuki Sasaki1-14/+68
2018-11-28tests: Use temporary directories in torture_pki_dsa.cAnderson Toshiyuki Sasaki1-28/+78
2018-11-28tests: Use temporary directories in torture_threads_pki_rsa.cAnderson Toshiyuki Sasaki1-14/+47
2018-11-28tests: Use temporary directories in torture_pki_rsa.cAnderson Toshiyuki Sasaki1-18/+69
2018-11-28tests: Introduce functions to change directoriesAnderson Toshiyuki Sasaki4-0/+142
2018-11-28tests: use torture_create_temp_file() in torture_knownhosts_parsingAnderson Toshiyuki Sasaki3-21/+15
2018-11-28tests: Introduce torture_create_temp_file()Anderson Toshiyuki Sasaki4-0/+145
2018-11-28tests: Use torture_make_temp_dir() in torture_setup_socket_dir()Anderson Toshiyuki Sasaki1-3/+2
2018-11-28tests: Introduce torture_make_temp_dir()Anderson Toshiyuki Sasaki4-0/+258