Mercurial > dropbear
comparison kex.h @ 1678:4b4cfc92c5b7
Make server send SSH_MSG_EXT_INFO
Ensure that only valid hostkey algorithms are sent in the first kex guess
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 21 May 2020 23:00:22 +0800 |
parents | d5cdc60db08e |
children | 435cfb9ec96e |
comparison
equal
deleted
inserted
replaced
1677:e05c0e394f1d | 1678:4b4cfc92c5b7 |
---|---|
59 int is_compress_trans(void); | 59 int is_compress_trans(void); |
60 int is_compress_recv(void); | 60 int is_compress_recv(void); |
61 #endif | 61 #endif |
62 | 62 |
63 void recv_msg_kexdh_init(void); /* server */ | 63 void recv_msg_kexdh_init(void); /* server */ |
64 void send_msg_ext_info(void); /* server */ | |
64 | 65 |
65 void send_msg_kexdh_init(void); /* client */ | 66 void send_msg_kexdh_init(void); /* client */ |
66 void recv_msg_kexdh_reply(void); /* client */ | 67 void recv_msg_kexdh_reply(void); /* client */ |
67 | 68 |
68 void recv_msg_ext_info(void); | 69 void recv_msg_ext_info(void); |