Commit 0765095
committed
First packet follows check needs pubkey guess
When processing the KEX Init message, also stash a guess for the peer's
public key algorithm. When checking first_packet_follows when handling
the KEX Dh Init message, need to check both KEX and public key guesses.
Affected functions: DoKexInit, DoKexDhInit.
Issue: F-16861 parent e9d288e commit 0765095
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4350 | 4350 | | |
4351 | 4351 | | |
4352 | 4352 | | |
| 4353 | + | |
4353 | 4354 | | |
4354 | 4355 | | |
4355 | 4356 | | |
| |||
4816 | 4817 | | |
4817 | 4818 | | |
4818 | 4819 | | |
4819 | | - | |
| 4820 | + | |
| 4821 | + | |
4820 | 4822 | | |
4821 | 4823 | | |
4822 | 4824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
631 | 632 | | |
632 | 633 | | |
633 | 634 | | |
| |||
0 commit comments