mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 19:53:24 +08:00
- dtucker@cvs.openbsd.org 2004/02/28 13:44:45
[regress/try-ciphers.sh] Test acss too; ok markus@
This commit is contained in:
parent
68b184c75d
commit
9468ba33a1
@ -28,6 +28,9 @@
|
||||
- dtucker@cvs.openbsd.org 2004/02/28 12:16:57
|
||||
[regress/dynamic-forward.sh]
|
||||
Make dynamic-forward understand nc's new output. ok markus@
|
||||
- dtucker@cvs.openbsd.org 2004/02/28 13:44:45
|
||||
[regress/try-ciphers.sh]
|
||||
Test acss too; ok markus@
|
||||
|
||||
20040226
|
||||
- (bal) KNF our sshlogin.c even if the code looks nothing like upstream
|
||||
@ -833,4 +836,4 @@
|
||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3268 2004/02/29 09:37:06 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3269 2004/02/29 09:38:26 dtucker Exp $
|
||||
|
@ -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,14 @@ for c in $ciphers; do
|
||||
fail "ssh -1 failed with cipher $c"
|
||||
fi
|
||||
done
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user