Closed
Bug 856285
Opened 12 years ago
Closed 12 years ago
Ony use SEC_PKCS7VerifyDetachedSignatureAtTime on B2G
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox20 | --- | unaffected |
firefox21 | --- | affected |
firefox22 | --- | affected |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
1.67 KB,
patch
|
Details | Diff | Splinter Review |
Bug 834091 added SEC_PKCS7VerifyDetachedSignatureAtTime, which is not part of any NSS release. It should be made conditional to building B2G and fallback to the old code on other platforms.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #731437 -
Flags: review?(bsmith)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Updated•12 years ago
|
status-firefox20:
--- → unaffected
status-firefox21:
--- → affected
status-firefox22:
--- → affected
Comment 2•12 years ago
|
||
There's already a bug for adding the function to the NSS release that is waiting for review, and there's another bug for backing this code out of mozilla-aurora before it hits mozilla-beta to resolve the system NSS issue. Further, this code will be rewritten soon in a completely different way to support Firefox for Android.
The whole reason this function exists is because the old function does the wrong thing. We should have written a test to demonstrate the problem with it; if we did, then this patch would cause that test to fail.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Brian Smith (:bsmith) from comment #2)
> and there's another bug for backing this code out of mozilla-aurora before it hits mozilla-beta to resolve the system NSS issue.
What is the bug number?
Comment 4•12 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #3)
> (In reply to Brian Smith (:bsmith) from comment #2)
> > and there's another bug for backing this code out of mozilla-aurora before it hits mozilla-beta to resolve the system NSS issue.
>
> What is the bug number?
bug 853776.
Assignee | ||
Updated•12 years ago
|
Attachment #731437 -
Flags: review?(bsmith)
You need to log in
before you can comment on or make changes to this bug.
Description
•