Closed
Bug 1634436
Opened 5 years ago
Closed 4 years ago
Add an encrypted IPC serializable stream implementation
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(6 files, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Attachment #9144720 -
Attachment description: Bug 1634436 - Add encrypted stream implementeation. → Bug 1634436 - Add encrypted stream implementation.
Updated•5 years ago
|
Attachment #9144720 -
Attachment description: Bug 1634436 - Add encrypted stream implementation. → Bug 1634436 - Add encrypted stream implementation. r=#dom-workers-and-storage
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Blocks: idb-private-browsing
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Attachment #9144720 -
Attachment description: Bug 1634436 - Add encrypted stream implementation. r=#dom-workers-and-storage → Bug 1634436 - Add NSSCipherStrategy. r=#dom-workers-and-storage
Assignee | ||
Updated•4 years ago
|
Summary: Add an encrypted BlobImpl → Add an encrypted IPC serializable stream implementation
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
Comment on attachment 9144720 [details]
Bug 1634436 - Add NSSCipherStrategy. r=#dom-workers-and-storage
Revision D73290 was moved to bug 1641178. Setting attachment 9144720 [details] to obsolete.
Attachment #9144720 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2bdc7d7249f5
Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/dc8cff56948f
Add support for seeking (nsISeekableStream). r=dom-workers-and-storage-reviewers,janv
Backout by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c8df4a1f5c4
Backed out 2 changesets for causing bustages in TestEncryptedStream.cpp
Comment 9•4 years ago
|
||
Backed out 2 changesets for causing bustages in TestEncryptedStream.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/5c8df4a1f5c413abdaf45cbc466ffc428f4e965b
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=305843060&repo=autoland&lineNumber=24639
Flags: needinfo?(sgiesecke)
Comment 10•4 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9108c87470a
Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/14681da50635
Add support for seeking (nsISeekableStream). r=dom-workers-and-storage-reviewers,janv
Comment 11•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(sgiesecke)
Assignee | ||
Comment 12•4 years ago
|
||
Assignee | ||
Comment 13•4 years ago
|
||
Depends on D75913
Comment 14•4 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b952ecd5b548
Fix DecryptingInputStream::Available and add tests. r=janv,dom-workers-and-storage-reviewers
https://hg.mozilla.org/integration/autoland/rev/cf8febbd632f
Make DecryptingInputStream implement nsICloneableInputStream. r=dom-workers-and-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/527feee80bc9
Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku
Comment 15•4 years ago
|
||
bugherder |
Comment 16•4 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/199f5f63f63c
Make cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv
Comment 17•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Updated•1 year ago
|
Regressions: CVE-2023-6865
You need to log in
before you can comment on or make changes to this bug.
Description
•