Closed
Bug 660091
Opened 14 years ago
Closed 13 years ago
Implement GenerateKeypair and Sign() for VerifiedEmailProtocol
Categories
(Firefox Graveyard :: Account Manager, defect)
Firefox Graveyard
Account Manager
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 753238
People
(Reporter: ddahl, Assigned: ddahl)
Details
In order to support the IdentityCertificate and IdentityAssertion, we will need a jsm that provides generateKeypair() and sign() to create an RSA keypairs and RSA SHA-256 hashes
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → ddahl
Assignee | ||
Comment 1•14 years ago
|
||
I'm wondering if there is any code on the net that handles the API in this spec: http://self-issued.info/docs/draft-goland-json-web-token-00.html
Hey David,
I was looking through this bug and wondering if you can use Tom Wu's jsbn library:
http://www-cs-students.stanford.edu/~tjw/jsbn/
It's released under a BSD license. If you like I can hack together some code utilizing the API.
Fraser
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•