diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-11-11 16:55:25 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-11-11 16:55:25 +1100 |
commit | 4a6f62d4ae64ff8f868613a8e459720d4ebe263d (patch) | |
tree | dc84636e1154d582a4062e1f6f3645c7d2f3326c /regress/putty-ciphers.sh | |
parent | 22662e880f9c61f00908fe3dc27a6988ac2cccd0 (diff) |
- djm@cvs.openbsd.org 2008/11/10 02:06:35
[regress/putty-ciphers.sh]
PuTTY supports AES CTR modes, so interop test against them too
Diffstat (limited to 'regress/putty-ciphers.sh')
-rw-r--r-- | regress/putty-ciphers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh index 40435ef41..441053627 100644 --- a/regress/putty-ciphers.sh +++ b/regress/putty-ciphers.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $ | 1 | # $OpenBSD: putty-ciphers.sh,v 1.3 2008/11/10 02:06:35 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="putty ciphers" | 4 | tid="putty ciphers" |
@@ -10,7 +10,7 @@ if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then | |||
10 | fatal "putty interop tests not enabled" | 10 | fatal "putty interop tests not enabled" |
11 | fi | 11 | fi |
12 | 12 | ||
13 | for c in aes blowfish 3des arcfour ; do | 13 | for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do |
14 | verbose "$tid: cipher $c" | 14 | verbose "$tid: cipher $c" |
15 | cp ${OBJ}/.putty/sessions/localhost_proxy \ | 15 | cp ${OBJ}/.putty/sessions/localhost_proxy \ |
16 | ${OBJ}/.putty/sessions/cipher_$c | 16 | ${OBJ}/.putty/sessions/cipher_$c |