diff options
author | Damien Miller <djm@mindrot.org> | 2006-01-31 11:59:35 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-01-31 11:59:35 +0100 |
commit | ec7b2f12f00cf0655d88dc543323621df2f36c64 (patch) | |
tree | 9d11b30c38959fe32c6a7da27edc7a9bdf4fea4d /regress/try-ciphers.sh | |
parent | - djm@cvs.openbsd.org 2005/05/20 23:14:15 (diff) | |
download | openssh-ec7b2f12f00cf0655d88dc543323621df2f36c64.tar.xz openssh-ec7b2f12f00cf0655d88dc543323621df2f36c64.zip |
- djm@cvs.openbsd.org 2005/05/24 04:10:54
[regress/try-ciphers.sh]
oops, new arcfour modes here too
Diffstat (limited to 'regress/try-ciphers.sh')
-rw-r--r-- | regress/try-ciphers.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index c6e1b9152..379fe353a 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh @@ -1,9 +1,10 @@ -# $OpenBSD: try-ciphers.sh,v 1.9 2004/02/28 13:44:45 dtucker Exp $ +# $OpenBSD: try-ciphers.sh,v 1.10 2005/05/24 04:10:54 djm Exp $ # Placed in the Public Domain. tid="try ciphers" -ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour +ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc + arcfour128 arcfour256 arcfour aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se aes128-ctr aes192-ctr aes256-ctr" macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96" |