Closed
Bug 125087
Opened 24 years ago
Closed 24 years ago
Mac-Cannot backup certs
Categories
(Core Graveyard :: Security: UI, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.2
People
(Reporter: junruh, Assigned: javi)
References
()
Details
Attachments
(1 file)
|
8.15 KB,
patch
|
wtc
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
1.) Get a cert from http://www.verisign.com/client/enrollment/index.html or the
above in-house site.
2.) Open the cert manager, and backup, or backup all, the cert to the desktop.
What happens: Backup fails on Mac OSX 10.1.2 and Mac 9.1.
| Reporter | ||
Comment 1•24 years ago
|
||
nsbeta1
Comment 3•24 years ago
|
||
Javi can you get a build going and see where the problem is.
Comment 4•24 years ago
|
||
I have the same problem with Win2000 build 200203024. Can someone verify this?
| Assignee | ||
Comment 5•24 years ago
|
||
Turns out this is a bug in the NSS shared libraries. SMIME3.shlb and SSL3.shlb
define the symbol ucs2AsciiConvertFunc because I was linking the library util.o
into all 3 NSS shared libraries when I should've only been linking it with
NSS3.shlb.
Patch will be attached soon.
| Assignee | ||
Comment 6•24 years ago
|
||
Adding wtc to cc list.
| Assignee | ||
Comment 7•24 years ago
|
||
Keeps us from multiply defining symbols in library util.o in more than one
shared library. We still use it in some of the PKCS#11 modules since those are
supposed to stand alone without linking against NSS3.shlb.
Comment 9•24 years ago
|
||
Comment on attachment 77319 [details] [diff] [review]
Patch to remove util.o from shared libraries.
r=wtc.
Javi, please go ahead and check in the patch on both
the tip of NSS and NSS_3_4_BRANCH.
I will take care of moving the NSS_CLIENT_TAG when we
have the required approval.
Attachment #77319 -
Flags: review+
Comment 11•24 years ago
|
||
Simon, could you review these two NSS Mac project file changes?
Thanks.
| Assignee | ||
Comment 12•24 years ago
|
||
Patch has been checked in to the trunk of NSS and the tip of NSS_3_4_BRANCH
Comment 13•24 years ago
|
||
Removing adt1.0.0, until the SR is there, so that it will pop-up again, when the
SR is there.
Keywords: adt1.0.0
Comment 14•24 years ago
|
||
Comment on attachment 77319 [details] [diff] [review]
Patch to remove util.o from shared libraries.
sr=sfraser
Attachment #77319 -
Flags: superreview+
| Assignee | ||
Comment 16•24 years ago
|
||
wtc:
Have you moved the NSS_CLIENT_TAG on the two project files yet?
Whiteboard: [ADT1] → [ADT1] fix in hand. Waiting for approval to check-in
Comment 17•24 years ago
|
||
adt1.0.0+ (on ADT's behalf) approval for checkin in to 1.0. Pls check this in now.
Comment 18•24 years ago
|
||
I just moved the NSS_CLIENT_TAG on the two project files.
| Assignee | ||
Comment 19•24 years ago
|
||
Bug is now fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•