diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-03 09:30:02 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-04-03 09:30:02 +0000 |
commit | b3cb38ecb9c4c4e93bb70f2eec1d63dd3802e498 (patch) | |
tree | 6e4b5b3ac100ea6ce3c8025c302f4dd3aaf6e295 | |
parent | 91f1f9c19880caa04f78b4a826794250eae9eb71 (diff) |
add rijndael-cbc@lysator.liu.se
-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 d8aa709508a..161f039c072 100644 --- a/regress/usr.bin/ssh/try-ciphers.sh +++ b/regress/usr.bin/ssh/try-ciphers.sh @@ -1,9 +1,10 @@ -# $OpenBSD: try-ciphers.sh,v 1.6 2002/03/15 13:08:56 markus Exp $ +# $OpenBSD: try-ciphers.sh,v 1.7 2002/04/03 09:30: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" +ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour + aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se" macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96" for c in $ciphers; do |