aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/kex.h')
-rw-r--r--include/libssh/kex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libssh/kex.h b/include/libssh/kex.h
index 644a3956..19a67c81 100644
--- a/include/libssh/kex.h
+++ b/include/libssh/kex.h
@@ -48,5 +48,10 @@ const char *ssh_kex_get_description(uint32_t algo);
char *ssh_client_select_hostkeys(ssh_session session);
int ssh_send_rekex(ssh_session session);
int server_set_kex(ssh_session session);
+int ssh_make_sessionid(ssh_session session);
+/* add data for the final cookie */
+int ssh_hashbufin_add_cookie(ssh_session session, unsigned char *cookie);
+int ssh_hashbufout_add_cookie(ssh_session session);
+int ssh_generate_session_keys(ssh_session session);
#endif /* KEX_H_ */