зеркало из https://github.com/mozilla/gecko-dev.git
more FIPS changes, keep pw context with key to avoid pw prompt
This commit is contained in:
Родитель
7812f3128c
Коммит
4502e6e9b2
|
@ -368,7 +368,7 @@ CERTUTIL_GeneratePrivateKey(KeyType keytype, PK11SlotInfo *slot, int size,
|
||||||
|
|
||||||
return PK11_GenerateKeyPair(slot, mechanism, params, pubkeyp,
|
return PK11_GenerateKeyPair(slot, mechanism, params, pubkeyp,
|
||||||
PR_TRUE /*isPerm*/, PR_TRUE /*isSensitive*/,
|
PR_TRUE /*isPerm*/, PR_TRUE /*isSensitive*/,
|
||||||
NULL /*wincx*/);
|
&pwdata /*wincx*/);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче