summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/cipher-speed.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eliminate explicit specification of protocol in tests and loops overdjm2017-04-301-22/+4
| | | | protocol. We only support SSHv2 now.
* use ${SSH} for -Q instead of installed sshmarkus2015-03-241-2/+2
|
* make it possible to run tests w/o ssh1 support; ok djm@markus2015-03-031-2/+6
|
* use new "ssh -Q cipher-auth" query to obtain lists of authenticateddjm2013-11-211-5/+5
| | | | | | | | 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 ssh -Q instead of hardcoding lists of ciphers or MACs.dtucker2013-11-071-10/+2
|
* Move the setting of DATA and COPY into test-exec.shdtucker2013-05-171-3/+1
|
* replace 'echo -n' with 'printf' since it's more portabledtucker2013-05-171-3/+3
|
* test AES-GCM modes; feedback markus@djm2013-01-121-3/+9
|
* Add umac-128@openssh.com to the list of MACs to be testeddtucker2012-10-051-3/+3
|
* Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removeddtucker2012-06-281-2/+2
| | | | | from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus.
* add SHA256/SHA512 based HMAC modesdjm2011-08-021-3/+6
|
* test umac-64@openssh.compvalchev2007-06-071-2/+2
| | | | ok djm@
* add new arcfour modesdjm2005-05-241-2/+2
|
* test cipher speed for different hmac/cipher combinations.markus2003-11-251-0/+47
disabled for now, use make LTESTS=cipher-speed t-cipher-speed to run the test