Fix ID List

1. Increase the size of the processed ID list from the peer from 8 to 16. (ZD 9820)
pull/280/head
John Safranek 2020-09-02 11:49:06 -07:00
parent 45048426e0
commit 21451a9243
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 1 additions and 1 deletions

View File

@ -2059,7 +2059,7 @@ static int DoKexInit(WOLFSSH* ssh, byte* buf, word32 len, word32* idx)
int ret = WS_SUCCESS;
int side;
byte algoId;
byte list[8] = {ID_NONE};
byte list[16] = {ID_NONE};
word32 listSz;
word32 skipSz;
word32 begin;