Open
Bug 1455311
Opened 7 years ago
Updated 3 years ago
Remove old unix_rand.c from NSS after it's no longer required by anyone
Categories
(NSS :: Libraries, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: KaiE, Unassigned)
References
Details
Attachments
(1 file)
This is the bug I've promised to file in bug 1057343 comment 18 (a).
Today, unix_rand.c provides an implementation for RNG seeding that reads entropy from multiple sources.
We'd like to keep this code around for legacy distributions that still use it. Because even legacy Linux distributions rebase to newer NSS versions as part of Firefox updates, we should keep this code as long as such distributions update to newer Firefox versions.
A potential target date for removing this unix_rand.c code is after the RHEL 7 distribution stops rebasing to newer Firefox/NSS versions.
| Reporter | ||
Updated•7 years ago
|
Summary: Remove old unix_rand.c from NSS after it's no longer used → Remove old unix_rand.c from NSS after it's no longer required by anyone
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Assignee: nobody → 1991manish.kumar
QA Contact: franziskuskiefer
| Reporter | ||
Comment 2•6 years ago
|
||
Not sure why you're asking for a test for a removal.
| Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(kaie)
Comment 4•6 years ago
|
||
| Reporter | ||
Comment 5•6 years ago
|
||
Bob, Daiki, Hubert, I think you should comment if you have any timing requirements for this change.
Comment 6•6 years ago
|
||
As noted in bug 1454657 comment 12, we don't have any timing requirements.
Updated•5 years ago
|
Assignee: 1991manish.kumar → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•