Closed
Bug 1153422
(nsec-verify)
Opened 10 years ago
Closed 8 years ago
[META] Tracking bug for Verifying Signatures implementation of New Security Model
Categories
(Firefox OS Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jgong, Unassigned)
References
Details
(Whiteboard: [newsecurity])
User Story
This is a V3 initiative for a New Security Model. https://wiki.mozilla.org/FirefoxOS/New_security_model This Meta Bug is for tracking the "Verifying signatures" implementation, a sub-component of the bigger New Security Model project. https://wiki.mozilla.org/FirefoxOS/New_security_model#Verifying_signatures. ******** Verify Signatures To load a webpage in a signed package, the user navigates to a URL like "https://website.com/RSSReader2000/package.pak!//index.html". The part before the "!//" is the URL to the package itself. The part after the "!//" is the resource path inside the package. So loading signed content does not require an installation to happen. Simply navigating to a URL like the above is enough. When the user navigates to such a page, Gecko will download the package from the webserver. Gecko will then see in the header of the package that the package is signed. Before serving any resources from the package to the rest of Gecko, the network layer will first wait for the signatures to be loaded from the package. It will also verify that the resource that is currently being loaded is covered by, and matches, the signature.
This is a V3 initiative for a New Security Model. https://wiki.mozilla.org/FirefoxOS/New_security_model
This Meta Bug is for tracking the "Verifying signatures" implementation, a sub-component of the bigger New Security Model project. https://wiki.mozilla.org/FirefoxOS/New_security_model#Verifying_signatures
Reporter | ||
Updated•10 years ago
|
User Story: (updated)
Summary: [META] Tracking bug for Signing implementation of New Security Model → [META] Tracking bug for "Verifying Signatures" implementation of New Security Model
Reporter | ||
Updated•10 years ago
|
User Story: (updated)
Reporter | ||
Updated•10 years ago
|
No longer depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Summary: [META] Tracking bug for "Verifying Signatures" implementation of New Security Model → [META] Tracking bug for Verifying Signatures implementation of New Security Model
Reporter | ||
Updated•10 years ago
|
Depends on: nsec-isolation
Reporter | ||
Updated•10 years ago
|
Depends on: nsec-installing
Reporter | ||
Updated•10 years ago
|
Depends on: nsec-origins
Reporter | ||
Updated•10 years ago
|
No longer depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Blocks: nsec-signing
No longer depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Blocks: nsec-origins
No longer depends on: nsec-origins
Reporter | ||
Updated•10 years ago
|
No longer blocks: nsec-signing, nsec-origins
Depends on: nsec-signing, nsec-origins
Reporter | ||
Updated•10 years ago
|
Blocks: nsec-signing
No longer depends on: nsec-signing
Reporter | ||
Updated•10 years ago
|
Blocks: nsec-isolation
No longer depends on: nsec-isolation
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Blocks: nsec-installing
No longer depends on: nsec-installing
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Whiteboard: [NewSecurity] → [newsecurity]
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Updated•10 years ago
|
Alias: nsec-verify
Updated•10 years ago
|
No longer depends on: nsec-signing
Updated•10 years ago
|
Updated•10 years ago
|
Updated•10 years ago
|
blocking-b2g: --- → 2.5+
Updated•9 years ago
|
Component: Security → General
Product: Firefox → Firefox OS
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•