bugzilla-daemon at mindrot.org
2002-Mar-07 21:10 UTC
[Bug 148] Key Exchange Guesses not supported
http://bugzilla.mindrot.org/show_bug.cgi?id=148
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2002-03-08 08:10 -------
packet_read_expect(SSH2_MSG_NEWKEYS);
^^^
hm, i never thought i need to implement this, but
now it seems so. but i don't think it's related to
this line.
i think if the keyinit packet has
first_kex_follows set
i have to continue parsing the packet....
not sure how to implement this (ugly?) optimization
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Mar-16 17:31 UTC
[Bug 148] Key Exchange Guesses not supported
http://bugzilla.mindrot.org/show_bug.cgi?id=148
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|openssh-unix-dev at mindrot.org|markus at openbsd.org
Status|ASSIGNED |NEW
------- Additional Comments From markus at openbsd.org 2002-03-17 04:31 -------
todo:
discard first packet after kexinit if first_kex_follows
is set and peers first algorithms do not match selected althorithms.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.