diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-12 15:40:02 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-12 15:40:02 +0000 |
commit | fc02b9486fadd22f3bfeeaa603d45e614b4f08fc (patch) | |
tree | 65f894cebc0d7b0c34dd91298e1eafb5710e8d2e /regress | |
parent | ce34742958d1da2aa79379cf5d637a1b20b6b110 (diff) |
add ctr
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/try-ciphers.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh index 161f039c072..2c727f66c90 100644 --- a/regress/usr.bin/ssh/try-ciphers.sh +++ b/regress/usr.bin/ssh/try-ciphers.sh @@ -1,10 +1,11 @@ -# $OpenBSD: try-ciphers.sh,v 1.7 2002/04/03 09:30:01 markus Exp $ +# $OpenBSD: try-ciphers.sh,v 1.8 2003/06/12 15:40:01 markus Exp $ # Placed in the Public Domain. tid="try ciphers" ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour - aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se" + 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" for c in $ciphers; do |