summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/try-ciphers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/ssh/try-ciphers.sh')
-rw-r--r--regress/usr.bin/ssh/try-ciphers.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh
index feb35d3eb78..cbd7d7a1910 100644
--- a/regress/usr.bin/ssh/try-ciphers.sh
+++ b/regress/usr.bin/ssh/try-ciphers.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: try-ciphers.sh,v 1.14 2012/09/06 04:11:07 dtucker Exp $
+# $OpenBSD: try-ciphers.sh,v 1.15 2012/10/05 02:20:48 dtucker Exp $
# Placed in the Public Domain.
tid="try ciphers"
@@ -7,8 +7,8 @@ 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 umac-64@openssh.com hmac-sha1-96 hmac-md5-96
- hmac-sha2-256 hmac-sha2-512"
+macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
+ hmac-sha1-96 hmac-md5-96 hmac-sha2-256 hmac-sha2-512"
for c in $ciphers; do
for m in $macs; do