Open
Bug 305250
Opened 19 years ago
Updated 2 years ago
SECU_PrintAny incorrectly decodes BER indefinite-length data
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: nelson, Unassigned)
Details
Based on the results shown in bug 302058, it appears that SECU_PrintAny fails to properly decode indefinite-length BER encoded input. It apparently mis-parses the data, and outputs non-sensical appearing results. It should either a) be fixed to properly parse BER indefinite-length encoded input, or b) be changed to detect BER indefinite-length encoding and output an error message saying "I can't decode this indefinite length encoded BER data." This is only P3 (low priority), but a good learning excersize.
| Reporter | ||
Comment 1•19 years ago
|
||
Alexei, please attach to this bug the BER encoded test file that you used in bug 302058.
Priority: -- → P3
| Reporter | ||
Updated•19 years ago
|
QA Contact: jason.m.reid → libraries
Updated•18 years ago
|
Assignee: alexei.volkov → alexei.volkov.bugs
Updated•2 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: alvolkov.bgs → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•