aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11torture: Accept whole pid_t rangeJakub Jelen1-2/+8
2019-12-11tests: bigger sshd config buffer (fixes #T180)Aris Adamantiadis1-1/+1
2019-10-25tests: Do not parse global config in torture_ssh_session()Anderson Toshiyuki Sasaki1-1/+8
2019-06-13tests: Use different config if in FIPS modeAnderson Toshiyuki Sasaki1-26/+76
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-6/+7
2019-01-24tests: Add dh-group-exchange algorithm testsAris Adamantiadis1-1/+2
2019-01-09tests: Allow to modify sshd config from the testJakub Jelen1-19/+108
2019-01-09tests: Allow to generate unencrypted PCAP files from testsuiteJakub Jelen1-3/+29
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen1-6/+19
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-0/+4
2018-11-30tests: Fix a clang possible memory leak warningAnderson Toshiyuki Sasaki1-2/+2
2018-11-28tests: Introduce functions to change directoriesAnderson Toshiyuki Sasaki1-0/+60
2018-11-28tests: use torture_create_temp_file() in torture_knownhosts_parsingAnderson Toshiyuki Sasaki1-0/+1
2018-11-28tests: Introduce torture_create_temp_file()Anderson Toshiyuki Sasaki1-0/+80
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 Sasaki1-0/+204
2018-11-28tests: Replace tests filtering with cmocka builtin filterAnderson Toshiyuki Sasaki1-41/+23
2018-11-28tests: Add Windows alternatives for low level I/OAnderson Toshiyuki Sasaki1-0/+6
2018-11-23tests: Fix indentationJakub Jelen1-1/+1
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki1-0/+1
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki1-0/+1
2018-09-18tests: Wait for the server to startJakub Jelen1-3/+23
2018-09-18tests: Provide testing keys also in OpenSSH formatJakub Jelen1-1/+1
2018-09-17tests: Drop duplicate ed25519 key creationJakub Jelen1-7/+0
2018-09-05tests: UsePrivilegeSeparation has no effect since OpenSSH 7.5Jakub Jelen1-1/+0
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-06-30torture: Give sshd at least 100ms to start.Andreas Schneider1-2/+2
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-06-27torture: Don't exclude filter mechanism on WindowsAndreas Schneider1-2/+2
2018-06-27torture: Don't include sys/socket.h on WindowsAndreas Schneider1-1/+1
2018-06-27torture: Fix building on WindowsAndreas Schneider1-34/+36
2018-06-04tortrue: Add ed25519 hostkey to sshdAndreas Schneider1-0/+18
2018-05-07torture: Increase wait time for process termination to 10msAndreas Schneider1-1/+1
2018-03-21torture: Increase wait time for the sshd process to exitAndreas Schneider1-2/+2
2018-03-11tests: fix OSX build errors when enabling testsAlberto Aguirre1-2/+10
2018-01-10tests: Move torture keys to own fileAndreas Schneider1-323/+6
2018-01-10torture: Give sshd more time to start upAndreas Schneider1-1/+1
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-1/+23
2017-12-15tests: Do not generate pcap file by defaultJakub Jelen1-1/+4
2017-12-15tests: Give server more time to startJakub Jelen1-1/+1
2017-12-15tests: Do not test blowfish ciphers with OpenSSH 7.6 and newerJakub Jelen1-0/+4
2016-10-08torture: Add support to specify verbosity level via env variableAndreas Schneider1-1/+8
2016-05-03torture: Fix a warningAndreas Schneider1-47/+47
2016-05-02osx: fix compilationAris Adamantiadis1-2/+8
2016-03-21tests: Make test suite work out of the box on DebianJustus Winter1-9/+14
2016-03-15torture_auth: Add tests for client side certificate authenticationAxel Eppe1-0/+19
2016-02-08torture: Fix ssh version detectionAndreas Schneider1-1/+1
2016-02-03torture: Set sshd debug level to DEBUG3Andreas Schneider1-1/+1
2016-02-03tests: Always start tests as root so we can switch to a userAndreas Schneider1-2/+0