-
Task
-
Resolution: Done
-
Blocker
-
8.1.0.CR1
-
None
If I want to enable all ciphers format except MD5 I would have to specify a long list of all supported ciphers.
Using the "ALL" keyword with a list of excluded elements this becomes easy to configure.
The expected fopattern would be ALL:!ELT1:!ELT2
Thus ALL:!MD5 would enable all supported ciphers except MD5.
This is based on OpenSSL syntax for ciphers https://www.openssl.org/docs/apps/ciphers.html
- is blocked by
-
WFCORE-1032 Upgrade to WildFly Elytron 1.0.1.Final
- Resolved
-
XNIO-229 Add support for ALL expression to define the list of ciphers ands protocols more easily.
- Closed
- is related to
-
JBEAP-714 Support enabled-cipher-suites="ALL"
- Closed