mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17: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
|
|
@ -412,18 +412,17 @@ CERT_NewTempCertificate(CERTCertDBHandle *handle, SECItem *derCert,
|
|||
cc->derIssuer.data);
|
||||
nssItem_Create(c->object.arena, &c->subject, cc->derSubject.len,
|
||||
cc->derSubject.data);
|
||||
if (PR_TRUE) {
|
||||
/* CERTCertificate stores serial numbers decoded. I need the DER
|
||||
* here. sigh.
|
||||
*/
|
||||
SECItem derSerial = { 0 };
|
||||
CERT_SerialNumberFromDERCert(&cc->derCert, &derSerial);
|
||||
if (!derSerial.data)
|
||||
goto loser;
|
||||
nssItem_Create(c->object.arena, &c->serial, derSerial.len,
|
||||
derSerial.data);
|
||||
PORT_Free(derSerial.data);
|
||||
}
|
||||
/* CERTCertificate stores serial numbers decoded. I need the DER
|
||||
* here. sigh.
|
||||
*/
|
||||
SECItem derSerial = { 0 };
|
||||
CERT_SerialNumberFromDERCert(&cc->derCert, &derSerial);
|
||||
if (!derSerial.data)
|
||||
goto loser;
|
||||
nssItem_Create(c->object.arena, &c->serial, derSerial.len,
|
||||
derSerial.data);
|
||||
PORT_Free(derSerial.data);
|
||||
|
||||
if (nickname) {
|
||||
c->object.tempName =
|
||||
nssUTF8_Create(c->object.arena, nssStringType_UTF8String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue