Closed
Bug 776597
Opened 13 years ago
Closed 3 years ago
Enhance JSS to support ciphersuites that involve SHA256
Categories
(JSS Graveyard :: Library, defect)
JSS Graveyard
Library
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: KaiE, Assigned: cfu)
Details
Enhance JSS to support ciphersuites that involve SHA256
I don't know if this is a lot of work,
or if it's as simple as adding some ciphersuite IDs to lists in file
org/mozilla/jss/tests/Constants.java
Reporter | ||
Comment 1•13 years ago
|
||
Please remove line
(ciphersuite.indexOf("SHA256") != -1) || // reenable in bug 776597
from file mozilla/security/jss/org/mozilla/jss/tests/JSSE_SSLClient.java
once this has been implemented.
Comment 2•3 years ago
|
||
JSS development has moved from the Mozilla community to the Dogtag PKI community. Please re-file this bug at https://github.com/dogtagpki/jss if it is still relevant. Thank you!
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•