Closed Bug 135328 Opened 24 years ago Closed 4 years ago

allow private key unwrapping

Categories

(JSS Graveyard :: Library, defect, P3)

defect

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.
This won't be fixed in NSS until 4.0.
Depends on: 135327
Target Milestone: --- → 4.0
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
Priority: -- → P3
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
Target Milestone: 4.0 → ---
QA Contact: somni → jss-qa
Assignee: jamie-bugzilla → nobody
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.