Increase the amount of key material derived from the master secret to that

it will be enough for AES with 256-bit keys.
This commit is contained in:
nelsonb%netscape.com 2001-09-20 03:55:16 +00:00
Родитель da8868085a
Коммит d7ce7107ad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4433,7 +4433,7 @@ loser:
* SSL Key generation given pre master secret
*/
static char *mixers[] = { "A", "BB", "CCC", "DDDD", "EEEEE", "FFFFFF", "GGGGGGG"};
#define NUM_MIXERS 7
#define NUM_MIXERS 9
#define SSL3_PMS_LENGTH 48
#define SSL3_MASTER_SECRET_LENGTH 48