Open
Bug 1632292
Opened 5 years ago
Updated 5 years ago
Disable DSA for all TLS operations
Categories
(Core :: Security: PSM, enhancement, P2)
Core
Security: PSM
Tracking
()
People
(Reporter: jcj, Unassigned)
References
Details
(Whiteboard: [psm-backlog])
Bug 1493936 added a SSL policy to disable DSA from all TLS signatures, much like the MD5 policy of yesteryear.
While we don't support any DSA ciphersuites, some actions like client authentication still could perform DSA without this policy set.
In NSSCertDBTrustDomain we have a method DisableMD5 [0] which sets the equivalent policy to prohibit MD5 across the board. We should do the same with DSA using the new policy from Bug 1493936.
[0] https://searchfox.org/mozilla-central/source/security/certverifier/NSSCertDBTrustDomain.cpp#1473
Updated•5 years ago
|
Severity: -- → N/A
status-firefox75:
--- → wontfix
status-firefox76:
--- → wontfix
status-firefox77:
--- → wontfix
status-firefox78:
--- → affected
status-firefox-esr68:
--- → wontfix
Updated•5 years ago
|
Priority: -- → P2
Whiteboard: [psm-backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•