comparison svr-kex.c @ 22:c1e5d9195402

merge of abac2150ee4f4031a98016241fbd136d24fed127 and ffa047425729e478a5b49b1ab0f8ec71c08a1421
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Jun 2004 07:14:16 +0000
parents fe6bca95afa7
children 469950e86d0f
comparison
equal deleted inserted replaced
14:5ae28f6101c1 22:c1e5d9195402
55 send_msg_kexdh_reply(&dh_e); 55 send_msg_kexdh_reply(&dh_e);
56 56
57 mp_clear(&dh_e); 57 mp_clear(&dh_e);
58 58
59 send_msg_newkeys(); 59 send_msg_newkeys();
60 ses.expecting = SSH_MSG_NEWKEYS; 60 ses.requirenext = SSH_MSG_NEWKEYS;
61 TRACE(("leave recv_msg_kexdh_init")); 61 TRACE(("leave recv_msg_kexdh_init"));
62 } 62 }
63 63
64 /* Generate our side of the diffie-hellman key exchange value (dh_f), and 64 /* Generate our side of the diffie-hellman key exchange value (dh_f), and
65 * calculate the session key using the diffie-hellman algorithm. Following 65 * calculate the session key using the diffie-hellman algorithm. Following