aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/ssh2.h
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-08-06 11:51:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-31 14:18:34 +0200
commit761225712a28d70adea7a2b872c265bc98a83511 (patch)
treee3b64f27742c357a1625e30407d12b7888c2e9cc /include/libssh/ssh2.h
parentdf13d8c61f4fe0cc7d07260d59740eaf7f939d65 (diff)
downloadlibssh-761225712a28d70adea7a2b872c265bc98a83511.tar.gz
libssh-761225712a28d70adea7a2b872c265bc98a83511.tar.xz
libssh-761225712a28d70adea7a2b872c265bc98a83511.zip
client: Handle the MSG_EXT_INFO packet signalling supported extensions
RFC 8308: The extension negotiation in Secure Shell (SSH) Protocol RFC 8332: Use of RSA Keys with SHA-256 and SHA-512 in the Secure Shell (SSH) Protocol Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/ssh2.h')
-rw-r--r--include/libssh/ssh2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h
index 8b39b9a6..35214330 100644
--- a/include/libssh/ssh2.h
+++ b/include/libssh/ssh2.h
@@ -7,6 +7,7 @@
#define SSH2_MSG_DEBUG 4
#define SSH2_MSG_SERVICE_REQUEST 5
#define SSH2_MSG_SERVICE_ACCEPT 6
+#define SSH2_MSG_EXT_INFO 7
#define SSH2_MSG_KEXINIT 20
#define SSH2_MSG_NEWKEYS 21