Closed
Bug 95666
Opened 24 years ago
Closed 24 years ago
ImportDERPublicKey assigns CK_KEY_TYPE to pubkey->type
Categories
(NSS :: Libraries, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.3.2
People
(Reporter: jamie-bugzilla, Assigned: jamie-bugzilla)
References
Details
The "type" field of a PublicKey is supposed to be KeyType, but I assign a
CK_KEY_TYPE to it. This means keys created with this function have an invalid
"type" field.
Assignee | ||
Comment 1•24 years ago
|
||
Fixed on the trunk.
/cvsroot/mozilla/security/nss/lib/cryptohi/seckey.c,v <-- seckey.c
new revision: 1.11; previous revision: 1.10
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → 3.4
Assignee | ||
Comment 2•24 years ago
|
||
This needs fixin' on the JSS_3_1_BRANCH.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•24 years ago
|
||
*** Bug 102966 has been marked as a duplicate of this bug. ***
Comment 4•24 years ago
|
||
Jamie, could you check in the fix for this bug on
the NSS_3_3_BRANCH and mark the bug fixed?
Priority: -- → P1
Target Milestone: 3.4 → 3.3.2
Assignee | ||
Comment 5•24 years ago
|
||
Fixed on NSS_3_3_BRANCH.
/cvsroot/mozilla/security/nss/lib/cryptohi/seckey.c,v <-- seckey.c
new revision: 1.9.2.1; previous revision: 1.9
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•