-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
Currently, the EXPORT cipher suites have to be disabled individually.
jdk.tls.disabledAlgorithms = \
DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_anon_EXPORT, DH_DSS_EXPORT, \
DH_RSA_EXPORT, RSA_EXPORT
It would be nice to simplify the expression as:
jdk.tls.disabledAlgorithms = EXPORT
jdk.tls.disabledAlgorithms = \
DHE_DSS_EXPORT, DHE_RSA_EXPORT, DH_anon_EXPORT, DH_DSS_EXPORT, \
DH_RSA_EXPORT, RSA_EXPORT
It would be nice to simplify the expression as:
jdk.tls.disabledAlgorithms = EXPORT
- relates to
-
JDK-8163237 Restrict the use of EXPORT cipher suites
- Resolved