Closed
Bug 349965
Opened 18 years ago
Closed 18 years ago
Implement a power-up self-test for ECDSA key pair generation
Categories
(NSS :: Libraries, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.3
People
(Reporter: wtc, Assigned: glenbeasley)
Details
Attachments
(1 file)
8.77 KB,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
We need to implement a power-up self-test for ECDSA key pair generation
from a seed.
Reporter | ||
Updated•18 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #235672 -
Flags: review?(wtchang)
Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 235672 [details] [diff] [review]
added EC_NewKeyFromSeed
r=wtc.
> /* Perform ECDSA verification process. */
> ecdsaStatus = ECDSA_VerifyDigest(&ecdsa_public_key, &signature, &digest);
>+ if (ecdsaStatus != SECSuccess) {
>+ goto loser;
>+ }
>
> loser:
This change isn't necessary.
Attachment #235672 -
Flags: review?(wtchang) → review+
Assignee | ||
Comment 3•18 years ago
|
||
Enter passphrase for key '/home/gb134726/.ssh/id_dsa':
Checking in fipstest.c;
/cvsroot/mozilla/security/nss/lib/softoken/fipstest.c,v <-- fipstest.c
new revision: 1.13.2.6; previous revision: 1.13.2.5
done
Checking in fipstest.c;
/cvsroot/mozilla/security/nss/lib/softoken/fipstest.c,v <-- fipstest.c
new revision: 1.19; previous revision: 1.18
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•18 years ago
|
Target Milestone: 3.11.5 → 3.11.3
You need to log in
before you can comment on or make changes to this bug.
Description
•