summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2005-05-24 04:10:54 +0000
committerdjm <djm@openbsd.org>2005-05-24 04:10:54 +0000
commit1902676af4065a47bf9f82fb31987a70c3e442dd (patch)
tree97b938f2f2a8ffb4cf9f6de95086586a53b140b6
parentadd new arcfour modes (diff)
downloadwireguard-openbsd-1902676af4065a47bf9f82fb31987a70c3e442dd.tar.xz
wireguard-openbsd-1902676af4065a47bf9f82fb31987a70c3e442dd.zip
oops, new arcfour modes here too
-rw-r--r--regress/usr.bin/ssh/try-ciphers.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh
index 103f410a804..7f69fdd561d 100644
--- a/regress/usr.bin/ssh/try-ciphers.sh
+++ b/regress/usr.bin/ssh/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"