-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
3.2.1.Final
-
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.
- blocks
-
WFLY-3330 Support enabled-cipher-suites="ALL"
- Closed