Disable all non-FIPS ciphersuites while in FIPS mode
Categories
(Core :: Security: PSM, defect, P5)
Tracking
()
People
(Reporter: KaiE, Unassigned)
References
Details
(Whiteboard: [kerh-coz][psm-logic][psm-backlog])
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Updated•23 years ago
|
Reporter | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
Comment 9•23 years ago
|
||
Comment 10•23 years ago
|
||
Updated•22 years ago
|
Reporter | ||
Updated•20 years ago
|
Reporter | ||
Comment 11•19 years ago
|
||
Updated•18 years ago
|
Comment 12•16 years ago
|
||
Comment 13•16 years ago
|
||
Comment 14•16 years ago
|
||
Comment 16•16 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Updated•11 years ago
|
![]() |
||
Updated•9 years ago
|
![]() |
||
Updated•4 years ago
|
Comment 17•4 years ago
|
||
Hello. Enabled FIPS 140-2 mode for NSS Internal PKCS #11 module – in 'about:preferences#privacy' page, Security devices – has indeed no automatic effect on states of cipher suites supported by the Firefox 94 client – in page 'about:config' – which are:
security.ssl3.deprecated.rsa_des_ede3_sha true
security.ssl3.dhe_rsa_aes_128_sha false
security.ssl3.dhe_rsa_aes_256_sha false
security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256 true
security.ssl3.ecdhe_ecdsa_aes_128_sha true
security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384 true
security.ssl3.ecdhe_ecdsa_aes_256_sha true
security.ssl3.ecdhe_ecdsa_chacha20_poly1305_sha256 true
security.ssl3.ecdhe_rsa_aes_128_gcm_sha256 true
security.ssl3.ecdhe_rsa_aes_128_sha true
security.ssl3.ecdhe_rsa_aes_256_gcm_sha384 true
security.ssl3.ecdhe_rsa_aes_256_sha true
security.ssl3.ecdhe_rsa_chacha20_poly1305_sha256 true
security.ssl3.rsa_aes_128_gcm_sha256 true –
security.ssl3.rsa_aes_128_sha true
security.ssl3.rsa_aes_256_gcm_sha384 true
security.ssl3.rsa_aes_256_sha true
The knowledge of a source communicating the official list of cipher suites observing the 140-2 specification would at last enable to update the obsolete information that is in the document at https://support.mozilla.org/en-US/kb/Configuring%20Firefox%20for%20FIPS%20140-2.
Description
•