Read certificates revocation list from security-states/onecrl instead of blocklists/certificates
Categories
(Toolkit :: Blocklist Implementation, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: leplatrem, Assigned: leplatrem)
References
Details
Attachments
(1 file)
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Part of this ticket, we should also remove the JSON dump blocklist/certificates.json
and add security-state/onecrl.json
.
Assignee | ||
Comment 4•6 years ago
|
||
Read OneCRL blocklist from security-states/onecrl
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Mark, could you please give a final r+ so that we can ship this in 68? It would be nice not to have another ESR pulling from the legacy endpoint.
Thanks!
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 9•6 years ago
•
|
||
Assignee | ||
Comment 10•6 years ago
•
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Backed out for failing bc at browser_all_files_referenced.js
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=242149255&repo=autoland&lineNumber=1215
Bacout: https://hg.mozilla.org/integration/autoland/rev/19fc231ad8d7763370dcb8766c5e0883e669a49c
Comment 13•6 years ago
|
||
Before this got backed out, we noticed this installer size increase:
== Change summary for alert #20584 (as of Tue, 23 Apr 2019 20:10:32 GMT) ==
Regressions:
300KBytes installer size osx-shippable opt nightly 77,004,021.58 -> 77,326,302.42
300KBytes installer size osx-shippable opt gcp nightly 77,006,034.21 -> 77,324,841.33
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=20584
Assignee | ||
Comment 14•6 years ago
•
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Andreea, sorry for the troubles :/ I only had ran xpcshell tests...
Ionut, this is normal indeed. With this patch, we now take into account one of the JSON dumps of Remote Settings [0] (We introduced it in https://bugzilla.mozilla.org/show_bug.cgi?id=1541841 but was not mentioned in package-manifest.in
)
[0] https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html#initial-data
Comment 16•6 years ago
|
||
(In reply to Mathieu Leplatre [:leplatrem] from comment #15)
Andreea, sorry for the troubles :/ I only had ran xpcshell tests...
Ionut, this is normal indeed. With this patch, we now take into account one of the JSON dumps of Remote Settings [0] (We introduced it in https://bugzilla.mozilla.org/show_bug.cgi?id=1541841 but was not mentioned in
package-manifest.in
)[0] https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html#initial-data
Is 300k the smallest we can get this? Because as installer size goes, that's pretty sizable, esp. on mobile (where it seems we are also packaging this...).
Assignee | ||
Comment 17•6 years ago
•
|
||
Is 300k the smallest we can get this? Because as installer size goes, that's pretty sizable, esp. on mobile (where it seems we are also packaging this...).
On Mobile there should be no increase, since we already shipped the same data under a different name
Comment 18•6 years ago
|
||
(In reply to Mathieu Leplatre [:leplatrem] from comment #17)
Is 300k the smallest we can get this? Because as installer size goes, that's pretty sizable, esp. on mobile (where it seems we are also packaging this...).
On Mobile there should be no increase, since we already shipped the same data under a different name
So we ate that same cost earlier - if we could slim this down e.g. by compressing it somehow, that seems worth at least thinking about...
Assignee | ||
Comment 19•6 years ago
|
||
that seems worth at least thinking about...
I created https://bugzilla.mozilla.org/show_bug.cgi?id=1546675 and https://bugzilla.mozilla.org/show_bug.cgi?id=1546678
Assignee | ||
Comment 20•6 years ago
•
|
||
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
bugherder |
Comment 23•6 years ago
|
||
(In reply to Mathieu Leplatre [:leplatrem] from comment #15)
Andreea, sorry for the troubles :/ I only had ran xpcshell tests...
Ionut, this is normal indeed. With this patch, we now take into account one of the JSON dumps of Remote Settings [0] (We introduced it in https://bugzilla.mozilla.org/show_bug.cgi?id=1541841 but was not mentioned in
package-manifest.in
)[0] https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html#initial-data
No problem, glad this got fixed in the meantime.
Updated•6 years ago
|
Description
•