mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact.
This commit is contained in:
parent
0b9855b841
commit
171849c8e5
351 changed files with 115185 additions and 57946 deletions
|
|
@ -13,7 +13,9 @@ struct SFTKDBHandleStr {
|
|||
PRInt32 ref;
|
||||
CK_OBJECT_HANDLE type;
|
||||
SECItem passwordKey;
|
||||
int defaultIterationCount;
|
||||
SECItem *newKey;
|
||||
int newDefaultIterationCount;
|
||||
SECItem *oldKey;
|
||||
SECItem *updatePasswordKey;
|
||||
PZLock *passwordLock;
|
||||
|
|
@ -21,6 +23,7 @@ struct SFTKDBHandleStr {
|
|||
SDB *update;
|
||||
char *updateID;
|
||||
PRBool updateDBIsInit;
|
||||
PRBool usesLegacyStorage;
|
||||
};
|
||||
|
||||
#define SFTK_KEYDB_TYPE 0x40000000
|
||||
|
|
@ -39,9 +42,10 @@ struct SFTKDBHandleStr {
|
|||
SECStatus sftkdb_DecryptAttribute(SECItem *passKey, SECItem *cipherText,
|
||||
SECItem **plainText);
|
||||
SECStatus sftkdb_EncryptAttribute(PLArenaPool *arena, SECItem *passKey,
|
||||
SECItem *plainText, SECItem **cipherText);
|
||||
int iterationCount, SECItem *plainText,
|
||||
SECItem **cipherText);
|
||||
SECStatus sftkdb_SignAttribute(PLArenaPool *arena, SECItem *passKey,
|
||||
CK_OBJECT_HANDLE objectID,
|
||||
int iterationCount, CK_OBJECT_HANDLE objectID,
|
||||
CK_ATTRIBUTE_TYPE attrType,
|
||||
SECItem *plainText, SECItem **sigText);
|
||||
SECStatus sftkdb_VerifyAttribute(SECItem *passKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue