From c5a998f47afc0c79c4badfa5f6554ae51ad92e82 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 13 Jun 2011 13:46:34 +0200 Subject: [crypto] initial support for ecdh-sha2-nistp256 Works with openssl Still requires work for libgcrypt and other modes --- include/libssh/ssh2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libssh/ssh2.h') diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h index bd89f4e1..f66dd2a9 100644 --- a/include/libssh/ssh2.h +++ b/include/libssh/ssh2.h @@ -13,6 +13,10 @@ #define SSH2_MSG_KEXDH_INIT 30 #define SSH2_MSG_KEXDH_REPLY 31 +#define SSH2_MSG_KEX_ECDH_INIT 30 +#define SSH2_MSG_KEX_ECDH_REPLY 31 +#define SSH2_MSG_ECMQV_INIT 30 +#define SSH2_MSG_ECMQV_REPLY 31 #define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30 #define SSH2_MSG_KEX_DH_GEX_GROUP 31 -- cgit