Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more typos spotted by Karsten Weiss using codespell | 2018-04-10 | 1 | -6/+6 | |
| | |||||
* | Add regression test for RekeyLimit parsing of >32bit values (4G and 8G). | 2016-01-29 | 1 | -2/+4 | |
| | |||||
* | test server rekey limit | 2015-02-14 | 1 | -2/+22 | |
| | |||||
* | repair regress tests broken by server-side default cipher/kex/mac changes | 2014-04-21 | 1 | -6/+14 | |
| | | | | | by ensuring that the option under test is included in the server's algorithm list | ||||
* | use new "ssh -Q cipher-auth" query to obtain lists of authenticated | 2013-11-21 | 1 | -6/+6 | |
| | | | | | | | | encryption ciphers instead of specifying them manually; ensures that the new chacha20poly1305@openssh.com mode is tested; ok markus@ and naddy@ as part of the diff to add chacha20poly1305@openssh.com | ||||
* | Use smaller test data files to speed up tests. Grow test datafiles | 2013-11-09 | 1 | -1/+3 | |
| | | | | where necessary for a specific test. | ||||
* | Rekey less frequently during tests to speed them up | 2013-11-08 | 1 | -3/+3 | |
| | |||||
* | Factor out the data transfer rekey tests | 2013-11-07 | 1 | -48/+26 | |
| | |||||
* | Test rekeying for every Cipher, MAC and KEX, plus test every KEX with | 2013-11-07 | 1 | -9/+55 | |
| | | | | the GCM ciphers. | ||||
* | Test rekeying with all KexAlgorithms. | 2013-11-04 | 1 | -3/+10 | |
| | |||||
* | Move the setting of DATA and COPY into test-exec.sh | 2013-05-17 | 1 | -5/+2 | |
| | |||||
* | add tests for RekeyLimit parsing | 2013-05-16 | 1 | -2/+33 | |
| | |||||
* | add server-side rekey test | 2013-05-16 | 1 | -4/+20 | |
| | |||||
* | test rekeying when there's no data being transferred | 2013-05-16 | 1 | -5/+21 | |
| | |||||
* | Add test for time-based rekeying | 2013-05-16 | 1 | -2/+21 | |
| | |||||
* | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | 2013-04-07 | 1 | -3/+2 | |
| | | | | | | save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log. | ||||
* | Split the regress log into 3 parts: the debug output from ssh, the debug | 2013-04-06 | 1 | -3/+3 | |
| | | | | | log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added. | ||||
* | test rekeying (disabled) | 2003-03-28 | 1 | -0/+31 | |