|
Relates :
|
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
|