summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2012-12-11 23:12:14 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2012-12-11 23:12:14 +0000
commita2dee5c4072721a5978efb06c307aade32e2cd31 (patch)
treeadd12e68b5431067225ce043517384b2ef4aebff
parent76afac1190698670ca0701f1490b6c5160d49996 (diff)
add hmac-ripemd160-etm@openssh.com
-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 c4a52852e38..00d2dd5195b 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.16 2012/12/11 22:32:56 markus Exp $
+# $OpenBSD: try-ciphers.sh,v 1.17 2012/12/11 23:12:13 markus Exp $
# Placed in the Public Domain.
tid="try ciphers"
@@ -12,7 +12,8 @@ macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
hmac-sha1-etm@openssh.com hmac-md5-etm@openssh.com
umac-64-etm@openssh.com umac-128-etm@openssh.com
hmac-sha1-96-etm@openssh.com hmac-md5-96-etm@openssh.com
- hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com"
+ hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com
+ hmac-ripemd160-etm@openssh.com"
for c in $ciphers; do
for m in $macs; do