]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/putty-ciphers.sh
Import of OpenSSH 5.2p1
[gssapi-openssh.git] / openssh / regress / putty-ciphers.sh
index 40435ef41a65f3d530ee8db52e9db9624c5dcb77..928ea60d262fd149568ca476aa039389f1c8ef2d 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"
@@ -7,10 +7,11 @@ DATA=/bin/ls
 COPY=${OBJ}/copy
 
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       fatal "putty interop tests not enabled"
+       echo "putty interop tests not enabled"
+       exit 0
 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.028388 seconds and 4 git commands to generate.