Closed
Bug 118646
Opened 23 years ago
Closed 23 years ago
enumeration of all cipher suites
Categories
(JSS Graveyard :: Library, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.3
People
(Reporter: jamie-bugzilla, Assigned: jamie-bugzilla)
Details
UI needs a way of getting the list of ciphers so that users can select which
ones they want to enable.
If we keep the names technical, rather than descriptive, we can probably get
away with not internationalizing them.
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → 3.2
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
QA Contact: somni
| Assignee | ||
Updated•23 years ago
|
Target Milestone: 3.2 → 3.2.1
| Assignee | ||
Comment 1•23 years ago
|
||
I don't want to include the names of the cipher suites in JSS, since I consider
that a UI function. But it is useful to return a list of ciphers.
Therefore I have added a new method as follows to SSLSocket.java:
/**
* Returns a list of cipher suites that are implemented by NSS.
* Each element in the array will be one of the cipher suite constants
* defined in this class (for example,
* <tt>TLS_RSA_WITH_AES_128_CBC_SHA</tt>).
*/
public static native int[] getImplementedCipherSuites();
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•