summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2013-11-02 22:39:54 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2013-11-02 22:39:54 +0000
commit44683aaf05f1d88abb2b8b03b66f13b71a3a8f83 (patch)
tree0016f5cfbadf3d2a00157335166ec60c56e6f345 /regress/usr.bin/ssh
parent283cc72aa437df0c3868f723a736cbdaa49b5845 (diff)
add curve25519-sha256@libssh.org
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r--regress/usr.bin/ssh/kextype.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/kextype.sh b/regress/usr.bin/ssh/kextype.sh
index ba6fd950942..0ce9f9206f2 100644
--- a/regress/usr.bin/ssh/kextype.sh
+++ b/regress/usr.bin/ssh/kextype.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: kextype.sh,v 1.1 2010/09/22 12:26:05 djm Exp $
+# $OpenBSD: kextype.sh,v 1.2 2013/11/02 22:39:53 markus Exp $
# Placed in the Public Domain.
tid="login with different key exchange algorithms"
@@ -12,6 +12,7 @@ kextypes="$kextypes diffie-hellman-group-exchange-sha256"
kextypes="$kextypes diffie-hellman-group-exchange-sha1"
kextypes="$kextypes diffie-hellman-group14-sha1"
kextypes="$kextypes diffie-hellman-group1-sha1"
+kextypes="$kextypes curve25519-sha256@libssh.org"
tries="1 2 3 4"
for k in $kextypes; do