Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminate explicit specification of protocol in tests and loops over | 2017-04-30 | 1 | -22/+4 | |
| | | | | protocol. We only support SSHv2 now. | ||||
* | use ${SSH} for -Q instead of installed ssh | 2015-03-24 | 1 | -2/+2 | |
| | |||||
* | make it possible to run tests w/o ssh1 support; ok djm@ | 2015-03-03 | 1 | -2/+6 | |
| | |||||
* | use new "ssh -Q cipher-auth" query to obtain lists of authenticated | 2013-11-21 | 1 | -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. | 2013-11-07 | 1 | -10/+2 | |
| | |||||
* | Move the setting of DATA and COPY into test-exec.sh | 2013-05-17 | 1 | -3/+1 | |
| | |||||
* | replace 'echo -n' with 'printf' since it's more portable | 2013-05-17 | 1 | -3/+3 | |
| | |||||
* | test AES-GCM modes; feedback markus@ | 2013-01-12 | 1 | -3/+9 | |
| | |||||
* | Add umac-128@openssh.com to the list of MACs to be tested | 2012-10-05 | 1 | -3/+3 | |
| | |||||
* | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed | 2012-06-28 | 1 | -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 modes | 2011-08-02 | 1 | -3/+6 | |
| | |||||
* | test umac-64@openssh.com | 2007-06-07 | 1 | -2/+2 | |
| | | | | ok djm@ | ||||
* | add new arcfour modes | 2005-05-24 | 1 | -2/+2 | |
| | |||||
* | test cipher speed for different hmac/cipher combinations. | 2003-11-25 | 1 | -0/+47 | |
disabled for now, use make LTESTS=cipher-speed t-cipher-speed to run the test |