]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/try-ciphers.sh
Import of OpenSSH 3.8.1p1
[gssapi-openssh.git] / openssh / regress / try-ciphers.sh
index 2c727f66c906a8b649a809bb86670c89fc0fa76c..15827e25040feac4c75037f1909224a1b78ae878 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: try-ciphers.sh,v 1.8 2003/06/12 15:40:01 markus Exp $
+#      $OpenBSD: try-ciphers.sh,v 1.9 2004/02/28 13:44:45 dtucker Exp $
 #      Placed in the Public Domain.
 
 tid="try ciphers"
@@ -28,3 +28,19 @@ for c in $ciphers; do
                fail "ssh -1 failed with cipher $c"
        fi
 done
+
+if ! ${SSH} -oCiphers=acss@openssh.org 2>&1 | grep "Bad SSH2 cipher" >/dev/null
+then
+
+echo "Ciphers acss@openssh.org" >> $OBJ/sshd_proxy
+c=acss@openssh.org
+for m in $macs; do
+       trace "proto 2 $c mac $m"
+       verbose "test $tid: proto 2 cipher $c mac $m"
+       ${SSH} -F $OBJ/ssh_proxy -2 -m $m -c $c somehost true
+       if [ $? -ne 0 ]; then
+               fail "ssh -2 failed with mac $m cipher $c"
+       fi
+done
+
+fi
This page took 0.032419 seconds and 4 git commands to generate.