[regress/kextype.sh]
     add curve25519-sha256@libssh.org
This commit is contained in:
Darren Tucker 2013-11-07 14:56:43 +11:00
parent aa19548a98
commit bbfb9b0f38
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,9 @@
- djm@cvs.openbsd.org 2013/10/09 23:44:14
[regress/Makefile] (ID sync only)
regression test for sftp request white/blacklisting and readonly mode.
- markus@cvs.openbsd.org 2013/11/02 22:39:53
[regress/kextype.sh]
add curve25519-sha256@libssh.org
20131104
- (djm) OpenBSD CVS Sync

View File

@ -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"
@ -16,6 +16,7 @@ fi
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