summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/rekey.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more typos spotted by Karsten Weiss using codespelldjm2018-04-101-6/+6
|
* Add regression test for RekeyLimit parsing of >32bit values (4G and 8G).dtucker2016-01-291-2/+4
|
* test server rekey limitmarkus2015-02-141-2/+22
|
* repair regress tests broken by server-side default cipher/kex/mac changesdjm2014-04-211-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 authenticateddjm2013-11-211-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 datafilesdtucker2013-11-091-1/+3
| | | | where necessary for a specific test.
* Rekey less frequently during tests to speed them updtucker2013-11-081-3/+3
|
* Factor out the data transfer rekey testsdtucker2013-11-071-48/+26
|
* Test rekeying for every Cipher, MAC and KEX, plus test every KEX withdtucker2013-11-071-9/+55
| | | | the GCM ciphers.
* Test rekeying with all KexAlgorithms.dtucker2013-11-041-3/+10
|
* Move the setting of DATA and COPY into test-exec.shdtucker2013-05-171-5/+2
|
* add tests for RekeyLimit parsingdtucker2013-05-161-2/+33
|
* add server-side rekey testdtucker2013-05-161-4/+20
|
* test rekeying when there's no data being transferreddtucker2013-05-161-5/+21
|
* Add test for time-based rekeyingdtucker2013-05-161-2/+21
|
* use -E option for ssh and sshd to write debuging logs to ssh{,d}.log anddtucker2013-04-071-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 debugdtucker2013-04-061-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)markus2003-03-281-0/+31