aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-28tests: Replace tests filtering with cmocka builtin filterAnderson Toshiyuki Sasaki1-41/+23
2018-11-28tests: Define flags not present in WindowsAnderson Toshiyuki Sasaki1-0/+9
2018-11-28tests: Add Windows alternatives for low level I/OAnderson Toshiyuki Sasaki1-0/+6
2018-11-27tests: Include config.h in torture_pki.cAnderson Toshiyuki Sasaki1-0/+8
2018-11-27tests: Include unistd.h only if availableAnderson Toshiyuki Sasaki1-0/+3
2018-11-23tests: Avoid warnings about unused argumentsJakub Jelen2-0/+30
2018-11-23tests: Drop duplicate log level setupJakub Jelen1-3/+0
2018-11-23tests: Fix indentationJakub Jelen1-1/+1
2018-11-23tests: Check the new AES-GCM ciphersJakub Jelen1-1/+21
2018-11-23tests: Do not require all the crypto libs to build testsuiteJakub Jelen2-4/+0
2018-11-23tests: Verify setting NULL knownhosts does not crashJakub Jelen1-0/+11
2018-11-21tests: Add tests for dh-group14, group16 and group18Aris Adamantiadis1-0/+27
2018-11-15tests: Fix chroot_wrapper locationAndreas Schneider1-1/+1