]> 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 e9196d621488acaa9b62cfbfb1e93f2fb5ab79c0..928ea60d262fd149568ca476aa039389f1c8ef2d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 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"
@@ -6,13 +6,12 @@ tid="putty ciphers"
 DATA=/bin/ls
 COPY=${OBJ}/copy
 
-set -e
-
 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.034414 seconds and 4 git commands to generate.