summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-11-11 16:55:25 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-11-11 16:55:25 +1100
commit4a6f62d4ae64ff8f868613a8e459720d4ebe263d (patch)
treedc84636e1154d582a4062e1f6f3645c7d2f3326c /regress/putty-ciphers.sh
parent22662e880f9c61f00908fe3dc27a6988ac2cccd0 (diff)
downloadopenssh-git-4a6f62d4ae64ff8f868613a8e459720d4ebe263d.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