Closed
Bug 135328
Opened 24 years ago
Closed 4 years ago
allow private key unwrapping
Categories
(JSS Graveyard :: Library, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jamie-bugzilla, Unassigned)
References
(Depends on 1 open bug)
Details
Unwrapping private keys is currently unimplementable because of NSS bug 135327:
PK11_UnwrapPrivKey requires public key value. Once this bug is fixed we can
implement CipherSpi.unwrap() for private keys.
| Reporter | ||
Comment 1•24 years ago
|
||
This won't be fixed in NSS until 4.0.
Depends on: 135327
Target Milestone: --- → 4.0
| Reporter | ||
Comment 2•24 years ago
|
||
What if we were to compute the public value from the private value? We may be
able to workaround.
Status: NEW → ASSIGNED
Target Milestone: 4.0 → 3.2.1
| Reporter | ||
Updated•24 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 3•24 years ago
|
||
The workaround doesn't work. The public value would have to be computed inside
the soft token, and there is no PKCS #11 interface for this operation.
We'll have to wait for the mythical NSS 4.0, so I'm setting JSS target milestone
to JSS 4.0.
Target Milestone: 3.2.1 → 4.0
Updated•19 years ago
|
Target Milestone: 4.0 → ---
Updated•18 years ago
|
QA Contact: somni → jss-qa
Updated•16 years ago
|
Assignee: jamie-bugzilla → nobody
Comment 4•4 years ago
|
||
JSS development has moved from the Mozilla community to the Dogtag PKI community. Please re-file this bug at https://github.com/dogtagpki/jss if it is still relevant. Thank you!
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•