Closed
Bug 1133618
Opened 8 years ago
Closed 8 years ago
Move SHA1 function from pkixtestnss to pkixtestutil
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: briansmith, Assigned: briansmith)
Details
Attachments
(1 file, 1 obsolete file)
3.60 KB,
patch
|
briansmith
:
review+
|
Details | Diff | Splinter Review |
TestDigestBuf was added after the SHA1 function was added. Now the SHA1 function can be implemented in terms of TestDigestBuf instead of using NSS-specific code, and it's better to do it that way in order to minimize the amount of NSS-specific code.
Attachment #8565229 -
Flags: review?(mmc)
Updated•8 years ago
|
Attachment #8565229 -
Flags: review?(mmc) → review+
Assignee | ||
Comment 1•8 years ago
|
||
Carrying over r+. Just updating commit message.
Attachment #8565229 -
Attachment is obsolete: true
Attachment #8567382 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e4883b7af6ba
Flags: in-testsuite+
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•