aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-20tests/torture.c: update the definition of torture_setup_tokens() to take load...Sahana Prasad1-3/+5
2020-05-05tests: Enable all CASignatureAlgorithms as SHA1 certificates are now disabled...Jakub Jelen1-0/+3
2020-04-15Fix FTBFS on hurd-i386Laurent Bigonville1-0/+4
2020-03-29tests: Mark unreachable points after fail_msg()Anderson Toshiyuki Sasaki1-2/+18
2020-03-29torture: Added a function to setup a libssh based serverAnderson Toshiyuki Sasaki1-0/+231
2020-02-25tests: Verify error returned by killAnderson Toshiyuki Sasaki1-9/+9
2020-02-24tests: Do not leave temporary SFTP directoryAnderson Toshiyuki Sasaki1-0/+4
2020-02-24tests: Use a common function to start sshdAnderson Toshiyuki Sasaki1-26/+19
2020-01-22tests: Give server more time to startJakub Jelen1-1/+1
2019-12-23tests: use detected sshd pathAris Adamantiadis1-1/+1
2019-12-23tests: use OpenSSH-provided ciphersAris Adamantiadis1-38/+11
2019-12-23tests: detect OpenSSH supported ciphersAris Adamantiadis1-1/+2
2019-12-20unittests: Adds unitests for ecdsa and rsa with PKCS11 URIs.Sahana Prasad1-1/+0
2019-12-20torture: Add a helper function to setup tokens using softhsm.Sahana Prasad1-0/+18
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