aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-21torture: Also write stderr to a fileAndreas Schneider1-2/+2
2016-01-21torture: Add additional sftp-server path for BSDAndreas Schneider1-2/+6
2016-01-21torture: Give sshd more time to startAndreas Schneider1-1/+1
2016-01-19torture: Fix a memory leakAndreas Schneider1-0/+1
2016-01-18torture: Add missing include for AF_INETAndreas Schneider1-0/+1
2016-01-18tests: Wait for sshd to start before connectingAndreas Schneider1-0/+3
2016-01-14tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider1-0/+4
2016-01-14torture: Improve process termination functionAndreas Schneider1-5/+16
2016-01-14tests: Support other openssh versions ...Andreas Schneider1-2/+15
2016-01-14torture: Start sshd as rootAndreas Schneider1-0/+4
2016-01-14torture: Enable old host key algos for testingAndreas Schneider1-0/+1
2016-01-14torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider1-8/+3
2016-01-14torture: Enable old cipher and kex algos in sshdAndreas Schneider1-0/+3
2016-01-14torture: Create a torture_terminate_process() functionAndreas Schneider1-34/+45
2016-01-14torture: Add torture_teardown_sshd_server().Andreas Schneider1-0/+44
2016-01-14torture: Restrict files to we write to our user.Andreas Schneider1-1/+1
2016-01-14torture: Add function to setup sshd serverAndreas Schneider1-9/+116
2016-01-14torture: Add torture_teardown_socket_dir().Andreas Schneider1-0/+24
2016-01-14torture: Add torture_setup_socket_dir().Andreas Schneider1-0/+42
2016-01-14torture: Add server to get address and port.Andreas Schneider1-0/+48
2015-09-07tests: Add tests for the new ssh_pki cert functionsAxel Eppe1-0/+59
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-12/+5
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider1-2/+0
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-0/+39
2015-02-02tests: Add ed25519 encrypted keys importAris Adamantiadis1-1/+17
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis1-0/+19
2015-01-21tests: Fix torture_server_x11().Andreas Schneider1-2/+22
2015-01-20tests: Add ssh server setup functionalityAlan Dunn1-0/+44
2015-01-20tests: Add port option to torture_ssh_sessionAlan Dunn1-0/+7
2014-12-09torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons1-0/+1
2014-08-15torture: Add public testkey passphrase function.Andreas Schneider1-0/+5
2014-08-15torture: Add public testkey functions.Andreas Schneider1-0/+213