summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
diff options
context:
space:
mode:
authordtucker <dtucker>2008-11-11 05:55:25 +0000
committerdtucker <dtucker>2008-11-11 05:55:25 +0000
commit520f3f0ad603386e7f7e90d629c9f1542717c45e (patch)
tree3649aabec62628abffe00afec62aaac88776140a /regress/putty-ciphers.sh
parent2e6d3b2173063f4bff8106af8893db3f96e699c0 (diff)
downloadopenssh-520f3f0ad603386e7f7e90d629c9f1542717c45e.tar.gz
- djm@cvs.openbsd.org 2008/11/10 02:06:35
[regress/putty-ciphers.sh] PuTTY supports AES CTR modes, so interop test against them too
Diffstat (limited to 'regress/putty-ciphers.sh')
-rw-r--r--regress/putty-ciphers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index 40435ef4..44105362 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/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