]> andersk Git - openssh.git/blobdiff - regress/putty-ciphers.sh
- djm@cvs.openbsd.org 2008/11/10 02:06:35
[openssh.git] / regress / putty-ciphers.sh
index 40435ef41a65f3d530ee8db52e9db9624c5dcb77..4410536274294042b3d8cc989e6dee9f9938a1d2 100644 (file)
@@ -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
This page took 0.091465 seconds and 4 git commands to generate.