Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-17 | Move the setting of DATA and COPY into test-exec.sh | Darren Tucker | |
2013-05-17 | replace 'echo -n' with 'printf' since it's more portable | Darren Tucker | |
2013-01-12 | test AES-GCM modes; feedback markus@ | Damien Miller | |
2012-10-05 | Add umac-128@openssh.com to the list of MACs to be tested | Darren Tucker | |
2012-06-28 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed | Darren Tucker | |
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. | |||
2011-08-02 | add SHA256/SHA512 based HMAC modes | Damien Miller | |
2007-06-07 | test umac-64@openssh.com | Peter Valchev | |
ok djm@ | |||
2005-05-24 | add new arcfour modes | Damien Miller | |
2003-11-25 | test cipher speed for different hmac/cipher combinations. | Markus Friedl | |
disabled for now, use make LTESTS=cipher-speed t-cipher-speed to run the test |