mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
nss: update nss to hg rev 395a93dbc02e with vc2013 patch applied
This commit is contained in:
parent
50f657b9c7
commit
b0e724dc85
84 changed files with 14198 additions and 661 deletions
|
|
@ -4838,6 +4838,7 @@ NSC_GenerateKeyPair(CK_SESSION_HANDLE hSession,
|
|||
bitSize = sftk_GetLengthInBits(pubExp.data, pubExp.len);
|
||||
if (bitSize < 2) {
|
||||
crv = CKR_ATTRIBUTE_VALUE_INVALID;
|
||||
PORT_Free(pubExp.data);
|
||||
break;
|
||||
}
|
||||
crv = sftk_AddAttributeType(privateKey, CKA_PUBLIC_EXPONENT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue