summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-31 21:59:35 +1100
committerDamien Miller <djm@mindrot.org>2006-01-31 21:59:35 +1100
commitec7b2f12f00cf0655d88dc543323621df2f36c64 (patch)
tree9d11b30c38959fe32c6a7da27edc7a9bdf4fea4d
parent76be6b8765f88b72c354941b523efbefa14561fe (diff)
- djm@cvs.openbsd.org 2005/05/24 04:10:54
[regress/try-ciphers.sh] oops, new arcfour modes here too
-rw-r--r--ChangeLog5
-rw-r--r--regress/try-ciphers.sh5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cb5a6fc4..932ba415 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
@@ -3771,4 +3774,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.4104 2006/01/31 10:59:01 djm Exp $
+$Id: ChangeLog,v 1.4105 2006/01/31 10:59:35 djm Exp $
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"