Closed
Bug 85720
Opened 23 years ago
Closed 23 years ago
Missing pref checkbox for SSL3 domestic DES ciphersuite
Categories
(Core Graveyard :: Security: UI, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.1
People
(Reporter: thayes0993, Assigned: ddrinan0264)
Details
Attachments
(1 file)
1.55 KB,
patch
|
Details | Diff | Splinter Review |
The pref window for setting SSL/TLS ciphersuites is missing a checkbox for the
domestic strength DES 56-bit cipher. It looks like this means that this cipher
is not being managed and the setting depends on the setting of the previous
value in the prefs listener table (which is the FIPS version of this cipher).
As a result, it is impossible to set the ciphers to FIPS ciphers only, since the
domestic DES cipher will be on as well.
This bug will cover adding this pref to the UI. We might want to look at the
way the pref settings are transferred to SSL settings and handle the case where
no pref value is available.
Reporter | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
Keywords: nsenterprise
Comment 4•23 years ago
|
||
r=ssaux for PSM
Comment 8•23 years ago
|
||
sr=blizzard
Assignee | ||
Comment 9•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
Verified on 8/3 WinNT trunk. After turning of the pref, prefs.js contains:
user_pref("security.ssl3.rsa_des_sha", false);
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•