Closed
Bug 636310
Opened 14 years ago
Closed 13 years ago
Add padded AES CBC mechanism to nsIStreamCipher
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: philikon, Unassigned)
Details
Sync uses padded AES 256 CBC. If we got nsIStreamCipher to provide this for us, we could ditch our own code that talks to NSS and instead use that (bug 636309).
Comment 1•14 years ago
|
||
There might be a better solution for Sync that I will describe in bug
636309 that would not require this PSM enhancement.
Comment 2•13 years ago
|
||
I am going to WONTFIX this since we're probably going to end up implementing a brand new crypto interface for JS (DOMCrypt). Sync should do as I described in bug 636309. If we end up deciding not to do that, then we can reopen this bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•