Closed
Bug 241374
Opened 21 years ago
Closed 21 years ago
FIPS mode is broken in Mozilla 1.7 RC 1.
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.7final
People
(Reporter: wtc, Assigned: leaf)
Details
(Keywords: verified1.7)
The FIPS mode of the NSS software cryptograhic module
is broken in Mozilla 1.7 RC 1.
1) If FIPS mode was originally enabled, the browser can't
initialize its security component.
2) If FIPS mode was originally disabled, you can't enable
FIPS mode.
The steps to reproduce 2) are:
- Open Edit -> Preferences... -> Privacy & Security ->
Certificates -> Manage Security Devices
- In the Device Manager window, select
"NSS Internal PKCS #11 Module"
- Click on the "Enable FIPS" button.
Nothing happens.
Reporter | ||
Comment 1•21 years ago
|
||
The cause of this failure is that softokn3.dll was
modified (most likely stripped of debug information)
without regenerating the softokn3.chk check file using
shlibsign.
Comment 2•21 years ago
|
||
Leaf, we goofed in the build automation for talkback.
Severity: normal → major
Flags: blocking1.7+
Target Milestone: --- → mozilla1.7final
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•21 years ago
|
||
wan-teh, is this windows only, or windows and linux, or just linux?
Reporter | ||
Comment 5•21 years ago
|
||
I've only tried Mozilla 1.7 RC 1 on Windows, so the status of Linux
or Mac OS X is unknown.
Assignee | ||
Comment 6•21 years ago
|
||
I see the problem; the build system uses whatever "rebase" is first in the path.
currently, that's cygwin's version... which causes the build target after
rebasing (signing the nss lib) to never get reached.
Tomorrow's builds should be fixed.
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•21 years ago
|
||
Verified fixed in this build:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040430
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Keywords: fixed1.7 → verified1.7
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•