Hi All, kex_reset_dispatch() function is called in kex_setup() function at the start of the key exchange. But kex_reset_dispatch() is called again in kex_finish(). Why is it needed ? Regards DSA _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com
rekeying. why do you ask? On Tue, Jun 18, 2002 at 11:46:34PM +0000, dsa main wrote:> Hi All, > > kex_reset_dispatch() function is called in kex_setup() function at the > start of the key exchange. But kex_reset_dispatch() is called again > in kex_finish(). Why is it needed ? > > Regards > DSA > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
On Wed, Jun 19, 2002 at 10:46:15PM +0000, dsa main wrote:> Hi Mark, > > At the start of the key exchange, kex_reset_dispatch() is called. > Why is it needed to call it again in kex_finish() because in between I > could not find at any place the call back functions are removed. > Sorry if it is a stupid question.kex_reset_dispatch restores the message dispatch table for rekeying.> To understand ssh proto version 2.0 better I made a client/server > interaction diagram. Could you please verify it.looks ok.