summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/cipher-speed.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* eliminate explicit specification of protocol in tests and loops overdjm2017-04-301-22/+4
* 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
* 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
* add SHA256/SHA512 based HMAC modesdjm2011-08-021-3/+6
* test umac-64@openssh.compvalchev2007-06-071-2/+2
* add new arcfour modesdjm2005-05-241-2/+2
* test cipher speed for different hmac/cipher combinations.markus2003-11-251-0/+47