diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2020-01-23 03:35:08 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2020-01-23 03:35:08 +0000 |
commit | 7cbcef115501774cf892a96eb5c05fce1ddd1450 (patch) | |
tree | b71ff0774e206d7ffbd6f756a51b5edc08f210c6 /regress | |
parent | 3772a107a8baa06cc36d125d60b225d83d508b07 (diff) |
Also test PuTTY chacha20.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/putty-ciphers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/putty-ciphers.sh b/regress/usr.bin/ssh/putty-ciphers.sh index df272e04d66..620cc103d57 100644 --- a/regress/usr.bin/ssh/putty-ciphers.sh +++ b/regress/usr.bin/ssh/putty-ciphers.sh @@ -1,4 +1,4 @@ -# $OpenBSD: putty-ciphers.sh,v 1.6 2017/05/08 01:52:49 djm Exp $ +# $OpenBSD: putty-ciphers.sh,v 1.7 2020/01/23 03:35:07 dtucker Exp $ # Placed in the Public Domain. tid="putty ciphers" @@ -7,7 +7,7 @@ if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then fatal "putty interop tests not enabled" fi -for c in aes 3des aes128-ctr aes192-ctr aes256-ctr ; do +for c in aes 3des aes128-ctr aes192-ctr aes256-ctr chacha20 ; do verbose "$tid: cipher $c" cp ${OBJ}/.putty/sessions/localhost_proxy \ ${OBJ}/.putty/sessions/cipher_$c |