summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/try-ciphers.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2012-10-05 02:20:49 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2012-10-05 02:20:49 +0000
commitbbfeee53a177899a19fdb0f6b64e0f9785094d6d (patch)
tree97f0821e04ee79df4c4a96dd40f69f649ecbfb85 /regress/usr.bin/ssh/try-ciphers.sh
parente5a819d848cf814b9036e11e1b76c561c2803455 (diff)
Add umac-128@openssh.com to the list of MACs to be tested
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