diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-11-10 02:06:36 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-11-10 02:06:36 +0000 |
commit | 0ae50b9c7b96da5e34efe34d92f99373dbb774ad (patch) | |
tree | 2d1ef161c51b1b53930097225229d9e8bfa35139 /regress | |
parent | 732bf0ac36e88d16e16c6e63c3208e2332af1b32 (diff) |
PuTTY supports AES CTR modes, so interop test against them too
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/putty-ciphers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/putty-ciphers.sh b/regress/usr.bin/ssh/putty-ciphers.sh index 40435ef41a6..44105362742 100644 --- a/regress/usr.bin/ssh/putty-ciphers.sh +++ b/regress/usr.bin/ssh/putty-ciphers.sh @@ -1,4 +1,4 @@ -# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $ +# $OpenBSD: putty-ciphers.sh,v 1.3 2008/11/10 02:06:35 djm Exp $ # Placed in the Public Domain. tid="putty ciphers" @@ -10,7 +10,7 @@ if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then fatal "putty interop tests not enabled" fi -for c in aes blowfish 3des arcfour ; do +for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do verbose "$tid: cipher $c" cp ${OBJ}/.putty/sessions/localhost_proxy \ ${OBJ}/.putty/sessions/cipher_$c |