Closed
Bug 1333767
Opened 8 years ago
Closed 8 years ago
Add crypto params to PushRegistration
Categories
(Firefox for iOS :: Firefox Accounts, defect)
Tracking
()
RESOLVED
FIXED
Iteration:
1.18
People
(Reporter: jhugman, Assigned: jhugman)
References
Details
Attachments
(1 file, 1 obsolete file)
This is pushAuthKey and pushPublicKey.
Assignee | ||
Comment 1•8 years ago
|
||
Helpful links culled from https://groups.google.com/a/mozilla.com/forum/#!topic/push-service/elV6tPy2sGU
HTTP ECE Draft Standard
https://datatracker.ietf.org/doc/draft-ietf-httpbis-encryption-encoding/
Gecko Implementation
http://searchfox.org/mozilla-central/source/dom/push/PushCrypto.jsm
Nodejs implementation of ECE.
https://github.com/martinthomson/encrypted-content-encoding/blob/master/nodejs/ece.js
Testing data:
http://searchfox.org/mozilla-central/rev/b1aadb3572eaf7d2c70e19a2ba5413809d9ac698/dom/push/test/xpcshell/test_notification_data.js
http://searchfox.org/mozilla-central/rev/b1aadb3572eaf7d2c70e19a2ba5413809d9ac698/dom/push/test/xpcshell/test_crypto.js
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
This EVP example may prove useful.
http://stackoverflow.com/a/13045182
Assignee | ||
Comment 4•8 years ago
|
||
:kit's C implementation will be useful https://github.com/kitcambridge/ecec
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8851996 -
Flags: review?(sleroux)
Assignee | ||
Updated•8 years ago
|
Attachment #8836407 -
Attachment description: Link to Github pull-request: https://github.com/mozilla-mobile/firefox-ios/pull/2418 → Link to Github pull-request: https://github.com/mozilla-mobile/firefox-ios/pull/2568
Attachment #8836407 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 years ago
|
Iteration: --- → 1.18
Comment 6•8 years ago
|
||
Comment on attachment 8851996 [details]
Link to Github pull-request: https://github.com/mozilla-mobile/firefox-ios/pull/2568
Looks good - Nice implementation.
Attachment #8851996 -
Flags: review?(sleroux) → review+
Assignee | ||
Comment 7•8 years ago
|
||
Merged into master.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•