From 9f22d634d7254b4285789c6150226fe1e4613062 Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 31 Jan 2006 10:59:35 +0000 Subject: [PATCH] - djm@cvs.openbsd.org 2005/05/24 04:10:54 [regress/try-ciphers.sh] oops, new arcfour modes here too --- ChangeLog | 3 +++ regress/try-ciphers.sh | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7903c97c..e2053814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,9 @@ [regress/test-exec.sh] force addressfamily=inet for tests, unbreaking dynamic-forward regress for recently committed nc SOCKS5 changes + - djm@cvs.openbsd.org 2005/05/24 04:10:54 + [try-ciphers.sh] + oops, new arcfour modes here too 20060129 - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index c6e1b915..379fe353 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh @@ -1,9 +1,10 @@ -# $OpenBSD: try-ciphers.sh,v 1.9 2004/02/28 13:44:45 dtucker Exp $ +# $OpenBSD: try-ciphers.sh,v 1.10 2005/05/24 04:10:54 djm Exp $ # Placed in the Public Domain. tid="try ciphers" -ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour +ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc + arcfour128 arcfour256 arcfour aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se aes128-ctr aes192-ctr aes256-ctr" macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96" -- 2.45.2