Upgrade Firefox 128 to use NSS 3.101
Categories
(Core :: Security: PSM, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: djackson, Assigned: anna.weine)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 3 obsolete files)
Note: This is also an ESR Release.
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
Prior to landing a snapshot that includes bug 1884444, please check that tests don't crash in the NSS_Shutdown assertion.
(Probably needs an incremental patch to fix leaks in bug 1884444.)
Comment 3•1 year ago
|
||
The current tip of NSS, when used with mozilla-central, leads to a shutdown down crash in the following tests:
toolkit/mozapps/extensions/test/xpcshell/test_ProductAddonChecker_signatures.js
security/manager/ssl/tests/unit/test_content_signing.js
The problem happens when the following block of code is executed:
https://searchfox.org/mozilla-central/source/security/manager/ssl/ContentSignatureVerifier.cpp#369-402
The problem is unrelated to bug 1884444, (my earlier claim in comment 2 was wrong).
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Hey, I was trying to uplift the code today, and I get a lot of problems:
https://treeherder.mozilla.org/jobs?repo=try&revision=6ba02f7b0c95a5a2fc9d18439a1a64dfcec2acd0.
Specifically, I see this: error: undefined symbol: HASH_GetHashOidTagByHMACOidTag_Util
Have we missed landing some code?
Comment 6•1 year ago
|
||
Anna, Firefox attempts to minimize the code that is shipped in the shared NSS libraries, and uses some tricks to do that.
There is a file ./security/nss.symbols in the mozilla-central tree that lists all the symbols that Firefox needs and must be included.
Please try adding that function to that file.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 7•1 year ago
|
||
| Assignee | ||
Comment 10•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 11•1 year ago
|
||
Updated•1 year ago
|
Comment 12•1 year ago
|
||
Updated•1 year ago
|
Comment 13•1 year ago
|
||
| bugherder | ||
Description
•