-
Bug
-
Resolution: Done
-
Blocker
-
7.0.0.DR8
-
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
Feature was supported in EAP6 (JBoss Web).
- incorporates
-
WFCORE-118 Almost all system property access is outside of a PrivilegedAction
- Resolved
- is caused by
-
ELY-354 Error in parsing cipher suite selectors
- Resolved
- relates to
-
WFLY-3330 Support enabled-cipher-suites="ALL"
- Closed