Closed
Bug 132485
Opened 23 years ago
Closed 18 years ago
built-in root certs slot description is empty
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: julien.pierre, Assigned: julien.pierre)
Details
Attachments
(1 file)
1.03 KB,
patch
|
nelson
:
review+
rrelyea
:
superreview+
|
Details | Diff | Splinter Review |
From mozilla/security/nss/lib/ckfw/builtins/constants.c :
NSS_IMPLEMENT_DATA const NSSUTF8 *
nss_builtins_SlotDescription = (NSSUTF8 *) "";
This causes the slot to show up as blank in modutil . Don't we want something
listed there ?
Assignee | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → 3.4.1
Comment 1•23 years ago
|
||
Changed the QA contact to Bishakha.
QA Contact: sonja.mirtitsch → bishakhabanerjee
Assignee | ||
Updated•23 years ago
|
Target Milestone: 3.5 → 3.6
Comment 3•22 years ago
|
||
Bob, what should the slot description for the
builtins be?
Target Milestone: 3.6 → 3.7
Comment 4•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
Comment 5•22 years ago
|
||
Remove target milestone of 3.8, since these bugs didn't get into that release.
Target Milestone: 3.8 → ---
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•19 years ago
|
Assignee: wtchang → nobody
QA Contact: jason.m.reid → libraries
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → julien.pierre.boogz
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #271171 -
Flags: review?(nelson)
Assignee | ||
Updated•18 years ago
|
Target Milestone: --- → 3.12
Comment 7•18 years ago
|
||
Comment on attachment 271171 [details] [diff] [review]
Add a string
Maybe "NSS Builtin Root certs" ?
I want to ask Bob for SR on this, in case there is any inobvious effect of this change.
Attachment #271171 -
Flags: superreview?(rrelyea)
Attachment #271171 -
Flags: review?(nelson)
Attachment #271171 -
Flags: review+
Comment 8•18 years ago
|
||
Comment on attachment 271171 [details] [diff] [review]
Add a string
sr=relyea.
though I do like the idea of including the words 'Root Certs' in the module name.
If the string is changed, be sure it fits in 32 bytes.
Attachment #271171 -
Flags: superreview?(rrelyea) → superreview+
Assignee | ||
Comment 9•18 years ago
|
||
Nelson, Bob, thanks for the reviews. I checked this in on the trunk.
Checking in constants.c;
/cvsroot/mozilla/security/nss/lib/ckfw/builtins/constants.c,v <-- constants.c
new revision: 1.12; previous revision: 1.11
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•