зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
da8868085a
Коммит
d7ce7107ad
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче