diff options
author | 2005-05-24 04:09:54 +0000 | |
---|---|---|
committer | 2005-05-24 04:09:54 +0000 | |
commit | 4c715fe74b1e1aadce611d2a5bf1f2cb7b884220 (patch) | |
tree | 8ea9720b8ef803b4c3e14cd4a5ba35585a5f7e5d | |
parent | send the -n flag to the server as part of connection initialization (diff) | |
download | wireguard-openbsd-4c715fe74b1e1aadce611d2a5bf1f2cb7b884220.tar.xz wireguard-openbsd-4c715fe74b1e1aadce611d2a5bf1f2cb7b884220.zip |
add new arcfour modes
-rw-r--r-- | regress/usr.bin/ssh/cipher-speed.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/cipher-speed.sh b/regress/usr.bin/ssh/cipher-speed.sh index 5ca01440d98..5925111438a 100644 --- a/regress/usr.bin/ssh/cipher-speed.sh +++ b/regress/usr.bin/ssh/cipher-speed.sh @@ -1,4 +1,4 @@ -# $OpenBSD: cipher-speed.sh,v 1.1 2003/11/25 22:11:49 markus Exp $ +# $OpenBSD: cipher-speed.sh,v 1.2 2005/05/24 04:09:54 djm Exp $ # Placed in the Public Domain. tid="cipher speed" @@ -14,7 +14,7 @@ DATA=/bsd macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96" ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc - arcfour aes192-cbc aes256-cbc aes128-ctr" + arcfour128 arcfour256 arcfour aes192-cbc aes256-cbc aes128-ctr" for c in $ciphers; do for m in $macs; do trace "proto 2 cipher $c mac $m" |