Closed
Bug 1923037
Opened 11 months ago
Closed 9 months ago
Integrate CryptoFuzz in NSS CI
Categories
(NSS :: Test, task)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdauer, Assigned: mdauer)
References
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Attachment #9434004 -
Attachment description: WIP: Bug 1923037 - Integrate CryptoFuzz in CI → Bug 1923037 - Integrate CryptoFuzz in CI, r?djackson,#nss-reviewers
Updated•10 months ago
|
Attachment #9434004 -
Attachment description: Bug 1923037 - Integrate CryptoFuzz in CI, r?djackson,#nss-reviewers → Bug 1923037 - Integrate Cryptofuzz in CI, r?djackson,#nss-reviewers
Assignee | ||
Comment 2•9 months ago
|
||
Cryptofuzz determines based on the initial bytes in a testcase which module to run first to then compare to the results of the existing other modules. If the specified module doesn't exist, it returns a std::nullopt
and no differential testing is done. Since we are only compling with NSS and Botan, but using the public OSS-Fuzz corpus, this would result in a lot of wasted cycles. We can override this behaviour with --force-module=nss
.
Updated•9 months ago
|
Attachment #9439018 -
Attachment description: Bug 1923037 - Force Cryptofuzz to use NSS in CI, r?djackson,#nss-reviewers → Bug 1923037 - Tweak options for Cryptofuzz in CI, r?djackson,#nss-reviewers
Assignee | ||
Comment 3•9 months ago
|
||
Updated•9 months ago
|
Attachment #9439070 -
Attachment description: WIP: Bug 1923037 - Fix fuzzers on 32-bit → WIP: Bug 1923037 - Fix Cryptofuzz on 32-bit
Updated•9 months ago
|
Attachment #9439018 -
Attachment description: Bug 1923037 - Tweak options for Cryptofuzz in CI, r?djackson,#nss-reviewers → Bug 1923037 - Force Cryptofuzz to use NSS in CI, r?djackson,#nss-reviewers
Updated•9 months ago
|
Attachment #9439070 -
Attachment is obsolete: true
Assignee | ||
Comment 4•9 months ago
|
||
Assignee | ||
Updated•9 months ago
|
Type: enhancement → task
Assignee | ||
Comment 5•9 months ago
|
||
https://hg.mozilla.org/projects/nss/rev/2701369a382be97b4092fc93c5ce914dd6cc7939
https://hg.mozilla.org/projects/nss/rev/62f7a49fed763a016e0525e7ff0c08d3b49ccc0b
https://hg.mozilla.org/projects/nss/rev/d70a6868a474ac171899b4d8be255e5c16182f12
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•