Closed
Bug 301257
Opened 19 years ago
Closed 16 years ago
Make post-mozilla-rel.pl use a stronger crypto hash when creating update.snippet
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: darin.moz, Unassigned)
References
()
Details
Make post-mozilla-rel.pl use a stronger crypto hash when creating update.snippet
Currently, it is using MD5, and we should instead leverage a perl crypto module
to use a stronger hash. MD5 is probably fine in practice, but for good measure,
we probably ought to use something stronger (because we can).
Comment 1•19 years ago
|
||
does the perl install use the DIGEST package? I think that comes with sha1.
Reporter | ||
Comment 2•19 years ago
|
||
Here's a pointer to the code:
http://lxr.mozilla.org/mozilla/source/tools/tinderbox/post-mozilla-rel.pl#418
Reporter | ||
Comment 3•19 years ago
|
||
Oops, I forgot to mention that the version of post-mozilla-rel.pl that is
actually in production has been modified to select md5 instead of sha1 because
some of the tinderboxen do not have the sha1sum program installed.
Comment 4•19 years ago
|
||
I think the resolution to this bug is to install sha1sum on all tinderboxen, and
modify the script. Isn't it a really minor change to install sha1sum ?
Should this be assigned to chase ?
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
Comment 5•16 years ago
|
||
We are using SHA1 now on the tinderboxen... resolving wfm since I don't know the bug that changed this.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•