mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
update NSS to 3.44.2
This commit is contained in:
parent
d169fea758
commit
240ca3c878
6 changed files with 36 additions and 18 deletions
|
|
@ -129,7 +129,7 @@ sftk_TLSPRFVerify(TLSPRFContext *cx,
|
|||
}
|
||||
rv = sftk_TLSPRFUpdate(cx, tmp, &tmpLen, sigLen, NULL, 0);
|
||||
if (rv == SECSuccess) {
|
||||
rv = (SECStatus)(1 - !PORT_Memcmp(tmp, sig, sigLen));
|
||||
rv = (SECStatus)(1 - !NSS_SecureMemcmp(tmp, sig, sigLen));
|
||||
}
|
||||
PORT_ZFree(tmp, sigLen);
|
||||
return rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue