mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1088969
- Upgrade Mozilla 36 to use NSS 3.18, land beta 4 which backs out bug 1073330
This commit is contained in:
parent
243f44e8ae
commit
06a0bd91c2
@ -1 +1 @@
|
||||
NSS_3_18_BETA3
|
||||
NSS_3_18_BETA4
|
||||
|
@ -10,3 +10,4 @@
|
||||
*/
|
||||
|
||||
#error "Do not include this header file."
|
||||
|
||||
|
@ -1062,9 +1062,3 @@ PK11_PrivDecrypt;
|
||||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
;+NSS_3.18 { # NSS 3.18 release
|
||||
;+ global:
|
||||
PK11_SetCertificateNickname;
|
||||
;+ local:
|
||||
;+ *;
|
||||
;+};
|
||||
|
@ -2686,14 +2686,3 @@ PK11_GetAllSlotsForCert(CERTCertificate *cert, void *arg)
|
||||
nssCryptokiObjectArray_Destroy(instances);
|
||||
return slotList;
|
||||
}
|
||||
|
||||
SECStatus
|
||||
PK11_SetCertificateNickname(CERTCertificate *cert, const char *nickname)
|
||||
{
|
||||
/* Can't set nickname of temp cert. */
|
||||
if (!cert->slot || cert->pkcs11ID == CK_INVALID_HANDLE) {
|
||||
return SEC_ERROR_INVALID_ARGS;
|
||||
}
|
||||
return PK11_SetObjectNickname(cert->slot, cert->pkcs11ID, nickname);
|
||||
}
|
||||
|
||||
|
@ -458,8 +458,6 @@ SECStatus PK11_SetPrivateKeyNickname(SECKEYPrivateKey *privKey,
|
||||
const char *nickname);
|
||||
SECStatus PK11_SetPublicKeyNickname(SECKEYPublicKey *pubKey,
|
||||
const char *nickname);
|
||||
SECStatus PK11_SetCertificateNickname(CERTCertificate *cert,
|
||||
const char *nickname);
|
||||
|
||||
/* size to hold key in bytes */
|
||||
unsigned int PK11_GetKeyLength(PK11SymKey *key);
|
||||
|
Loading…
Reference in New Issue
Block a user