This commit is contained in:
Aris Adamantiadis
2013-09-21 23:34:50 +02:00
parent 391bd88355
commit 666db37e21
9 changed files with 404 additions and 6 deletions

View File

@@ -196,6 +196,11 @@ static int dh_handshake(ssh_session session) {
case SSH_KEX_ECDH_SHA2_NISTP256:
rc = ssh_client_ecdh_init(session);
break;
#endif
#ifdef HAVE_CURVE25519
case SSH_KEX_CURVE25519_SHA256_LIBSSH_ORG:
rc = ssh_client_curve25519_init(session);
break;
#endif
default:
rc = SSH_ERROR;