summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2012-12-11 22:32:57 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2012-12-11 22:32:57 +0000
commit998aaecf355d5f2ce88808553d67f3f1e7e927f6 (patch)
treebe85af536d083dcaa8e6ed908829a66758e49df4 /regress
parentb426e16b12a2990e2c9f227186f9706f478db81a (diff)
add etm modes
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/try-ciphers.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/try-ciphers.sh b/regress/usr.bin/ssh/try-ciphers.sh
index cbd7d7a1910..c4a52852e38 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.15 2012/10/05 02:20:48 dtucker Exp $
+# $OpenBSD: try-ciphers.sh,v 1.16 2012/12/11 22:32:56 markus Exp $
# Placed in the Public Domain.
tid="try ciphers"
@@ -8,7 +8,11 @@ ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se
aes128-ctr aes192-ctr aes256-ctr"
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"
+ hmac-sha1-96 hmac-md5-96 hmac-sha2-256 hmac-sha2-512
+ 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"
for c in $ciphers; do
for m in $macs; do