-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
-
-
-
-
-
Improve documentation for the cipher-suite-filter and cipher-suite-names attributes on server-ssl-context:
Here is the current extracts:
cipher-suite-filter, it has the following description:
The filter to apply to specify the enabled cipher suites. This filter takes a list of items delimited by colons, commas, or spaces.
The documentation for cipher-suite-names - the filter to apply to specify the enabled cipher suites for TLSv1.3, on the other hand, does not specify what delimiters to use on this list, even though it does not accept commas, different from what was described on the other parameter.
To clarify the following Javadoc can be referenced for how these Strings are parsed internally:
cipher-suite-filter
cipher-suite-names
Although the former does support commas for backwards compatibility this is not the preferred delimiter and both should use colons.
- blocks
-
JBEAP-30470 Missing documentation regarding cipher-suite-names
-
- New
-
- is documented by
-
EAPDOC-2755 [8.1.0.GA] - Missing documentation regarding cipher-suite-names
-
- Closed
-