summaryrefslogtreecommitdiffstats
path: root/regress/try-ciphers.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-12-12 00:52:07 +0100
committerDamien Miller <djm@mindrot.org>2012-12-12 00:52:07 +0100
commit1a45b63d7b4fe34e18ab4cc669669003e6f8e403 (patch)
tree734a561fdb98e17a6af3f335b91016b7f4c2624f /regress/try-ciphers.sh
parent - sthen@cvs.openbsd.org 2012/12/11 22:51:45 (diff)
downloadopenssh-1a45b63d7b4fe34e18ab4cc669669003e6f8e403.tar.xz
openssh-1a45b63d7b4fe34e18ab4cc669669003e6f8e403.zip
- markus@cvs.openbsd.org 2012/12/11 22:32:56
[regress/try-ciphers.sh] add etm modes
Diffstat (limited to 'regress/try-ciphers.sh')
-rw-r--r--regress/try-ciphers.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh
index cf6014297..46131f715 100644
--- a/regress/try-ciphers.sh
+++ b/regress/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,9 +8,13 @@ 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-sha1-96 hmac-md5-96
+ 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"
config_defined HAVE_EVP_SHA256 &&
- macs="$macs hmac-sha2-256 hmac-sha2-512"
+ macs="$macs hmac-sha2-256 hmac-sha2-512
+ hmac-sha2-256-etm@openssh.com hmac-sha2-512-etm@openssh.com"
for c in $ciphers; do
for m in $macs; do