Closed
Bug 1239559
Opened 9 years ago
Closed 9 years ago
Reuse SRI code in NSec verification
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jhao, Assigned: jhao)
References
Details
SRI also deals with hash value check. We should reuse their code.
Assignee | ||
Comment 1•9 years ago
|
||
SRI hash values has a prefix specifying hash type like sha256, sha512, etc. Currently NSec packages' hashes don't, and I am going to fix that. I thought we could reuse SRI's code, but it seems SRICheckDataVerifier needs a nsIChannel and nsIDocument, which we don't have in our context. So, I'll probably process those hash prefix on my own.
Assignee | ||
Comment 2•9 years ago
|
||
Closing this bug because New Security Model project was stopped.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•