Closed
Bug 177394
Opened 22 years ago
Closed 22 years ago
Document the ASN.1 templates and the classic and QuickDER decoders.
Categories
(NSS :: Documentation, enhancement, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
3.8
People
(Reporter: wtc, Assigned: julien.pierre)
References
()
Details
Attachments
(1 file, 1 obsolete file)
15.44 KB,
text/html
|
Details |
The documentation should include the following.
1. The structure of the ASN.1 templates and the
various macros.
2. Differences between the classic and QuickDER
decoders.
3. Problems with the classic QuickDER decoder,
such as the unimplemented features, memory usage,
and potential memory leaks on decoding failure.
4. Requirements of the QuickDER decoder on the
lifetime of the DER input and the arena.
5. Limitations of the QuickDER decoder, such as
no BER and indefinite decoding.
Reporter | ||
Updated•22 years ago
|
Priority: -- → P1
Target Milestone: --- → 3.7
Reporter | ||
Comment 1•22 years ago
|
||
Moved to target milestone 3.8 because the original
NSS 3.7 release has been renamed 3.8.
Target Milestone: 3.7 → 3.8
Assignee | ||
Updated•22 years ago
|
Version: unspecified → 3.6
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
I incorporated changes into the attached HTML document in response to Ian and
Nelson's questions before I went on vacation.
Please let me know if any more changes are needed. If not, please add a review.
The document should go somewhere on mozilla.org .
Reporter | ||
Comment 4•22 years ago
|
||
I suggested that we create a "tech-notes" subdirectory
under http://www.mozilla.org/projects/security/pki/nss/,
and check in documents like this one as NSS tech notes.
They would be named tn1.html, tn2.html, etc.
I guess this one can be tn1.html :-)
Assignee | ||
Comment 5•22 years ago
|
||
Attachment #108809 -
Attachment is obsolete: true
Comment 6•22 years ago
|
||
Comment on attachment 109271 [details]
final version
Changed MIME type for that "final" version to text/html so I can read it with
the brwoser.
Attachment #109271 -
Attachment is patch: false
Attachment #109271 -
Attachment mime type: text/plain → text/html
Assignee | ||
Comment 7•22 years ago
|
||
Unless there is more feedback, I think this version should be published on
mozilla.org and the bug closed.
Reporter | ||
Comment 8•22 years ago
|
||
Comment on attachment 109271 [details]
final version
Julien, I've added this page to our web site as NSS
Technical Note 1. It will show up in a couple of hours at
http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn1.html.
Reporter | ||
Updated•22 years ago
|
Assignee | ||
Comment 9•22 years ago
|
||
closing
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•