Closed
Bug 717328
Opened 14 years ago
Closed 14 years ago
create a C++ crypto lib
Categories
(Cloud Services Graveyard :: Server: Token, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: tarek, Assigned: alexis+bugs)
References
Details
(Whiteboard: [qa-])
create a component to do local browser id verifications using pyvep
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Comment 1•14 years ago
|
||
The lib does the following:
- browser id verification (like pyvep)
- token creation, given a shared secret etc
Summary: wrap PyVep → create a C++ crypto lib
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → tarek
| Reporter | ||
Updated•14 years ago
|
Assignee: tarek → alexis
| Assignee | ||
Comment 2•14 years ago
|
||
The BrowserId verification is done in two different steps. The first thing is the Json Web Token verification, in C++ as well. I've started something here: http://github.com/ametaireau/jwtcpp
Status: NEW → ASSIGNED
Comment 3•14 years ago
|
||
Are you planning to build the library from the ground up or extend something such as openssl / NSS ?
| Assignee | ||
Comment 4•14 years ago
|
||
I'm building something on top of Crypto++ mainly because of the possible speedups when using specific specific hardware (not reinventing any crypto here).
Updated•14 years ago
|
Whiteboard: [qa-]
| Reporter | ||
Comment 5•14 years ago
|
||
with 500 qps per box with our powerhose pure Python worker we won't bother
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•