Commit e9d288e
committed
Server Does Not Set expectMsgId to MSGID_NEWKEYS
In the server code, the server is not setting the expectedMsgId to
MSGID_NEWKEYS before sending its new keys message. Update DoKexDhReply()
to set expectMsgId to MSGID_NEWKEYS.
Affected function: DoKeyDhReply.
Issue: F-12751 parent b71670f commit e9d288e
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12914 | 12914 | | |
12915 | 12915 | | |
12916 | 12916 | | |
12917 | | - | |
| 12917 | + | |
| 12918 | + | |
| 12919 | + | |
12918 | 12920 | | |
| 12921 | + | |
12919 | 12922 | | |
12920 | 12923 | | |
12921 | 12924 | | |
| |||
0 commit comments