mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
PuTTY supports AES CTR modes, so interop test against them too
This commit is contained in:
parent
abe7d6f45e
commit
95fc70d4d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user