aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2018-09-20 10:39:13 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-20 15:37:23 +0200
commit71594f9d6cf378423d5613de82d22683a125fa78 (patch)
tree565f6ac7bb003d9f37397e67eb3b74483e84f61c /include
parent2ae2baf9caab49691e283b82f144bf4825d3deee (diff)
downloadlibssh-71594f9d6cf378423d5613de82d22683a125fa78.tar.gz
libssh-71594f9d6cf378423d5613de82d22683a125fa78.tar.xz
libssh-71594f9d6cf378423d5613de82d22683a125fa78.zip
dh: Add diffie-hellman-group18-sha512 support
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h
index fdf23191..52518d3c 100644
--- a/include/libssh/crypto.h
+++ b/include/libssh/crypto.h
@@ -65,6 +65,8 @@ enum ssh_key_exchange_e {
SSH_KEX_CURVE25519_SHA256,
/* diffie-hellman-group16-sha512 */
SSH_KEX_DH_GROUP16_SHA512,
+ /* diffie-hellman-group18-sha512 */
+ SSH_KEX_DH_GROUP18_SHA512,
};
enum ssh_cipher_e {