Closed
Bug 2025098
Opened 1 month ago
Closed 25 days ago
Improve PKCS12 fuzz target
Categories
(NSS :: Test, task)
NSS
Test
Tracking
(nss 3.123)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.123 |
People
(Reporter: mdauer, Assigned: mdauer)
Details
Attachments
(2 files)
After investigating Bug 2008112, there are two possible improvements:
- In
UNSAFE_FUZZER_MODE, the MAC verifier should always accept inputs. I don't think there is any benefit in us rejecting ~50% of inputs. - The nickname callback should always return a unique nickname, making sure that we don't exit early.
| Assignee | ||
Comment 1•28 days ago
|
||
| Assignee | ||
Comment 2•28 days ago
|
||
Updated•25 days ago
|
Attachment #9556047 -
Attachment description: (secure) → Bug 2025098 - Part 1: Simplify fuzzer MAC verification to always pass, r?djackson,#nss-reviewers
Updated•25 days ago
|
Attachment #9556048 -
Attachment description: (secure) → Bug 2025098 - Part 2: Always return unique nickname for PKCS12 fuzzer, r?djackson,#nss-reviewers
Pushed by djackson@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/34d1c9853211
Part 1: Simplify fuzzer MAC verification to always pass, r=djackson,nss-reviewers
https://hg.mozilla.org/projects/nss/rev/9ff1e09b5278
Part 2: Always return unique nickname for PKCS12 fuzzer, r=djackson,nss-reviewers
Status: ASSIGNED → RESOLVED
Closed: 25 days ago
Resolution: --- → FIXED
Updated•5 days ago
|
status-nss:
--- → 3.123
You need to log in
before you can comment on or make changes to this bug.
Description
•