From e689375e452fc6b3e1fd31b0e9819d1600bd7704 Mon Sep 17 00:00:00 2001 From: Dmitriy Kuznetsov Date: Tue, 4 Sep 2012 16:16:15 +0200 Subject: dh: Add support for diffie-hellman-group14-sha1. --- include/libssh/crypto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index 498835e..388a52b 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -49,6 +49,8 @@ enum ssh_key_exchange_e { /* diffie-hellman-group1-sha1 */ SSH_KEX_DH_GROUP1_SHA1=1, + /* diffie-hellman-group14-sha1 */ + SSH_KEX_DH_GROUP14_SHA1, /* ecdh-sha2-nistp256 */ SSH_KEX_ECDH_SHA2_NISTP256 }; -- cgit