mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -79,8 +79,7 @@ ec_Curve25519_pt_validate(const SECItem *px)
|
|||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
|
||||
};
|
||||
|
||||
/* The point must not be longer than 32 (it can be smaller). */
|
||||
if (px->len <= 32) {
|
||||
if (px->len == 32) {
|
||||
p = px->data;
|
||||
} else {
|
||||
return SECFailure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue