TLS / Changing DH key [message #1822635] |
Tue, 10 March 2020 15:53 |
Maximilien Knopp Messages: 1 Registered: March 2020 |
Junior Member |
|
|
Hello,
I have to maintain an old application based on Equinox framework (org.eclipse.osgi_3.6.1.R36x_v20100806.jar) and Java 1.6_34
The client use TLS (1.1) whezn it access to that application
Right now the application works fine but the Ephemeral DH key is only 768bits long and it is to weak for the new client server whic is currently deployed
I tried to increase that DH key size or to change it with the Java parameters (tls.jdk.ephemeralDHKeySize, tls.jdk, jdk.tls.disabledAlgorithms DH keySize < 1024 and jdk.tls.server.defaultDHEParameters) but without success, the key is not changed when the client access to that Java application.
Is someone knows how that key is managed by equinox/eclipse/java and how could it be possible to change it?
regards
Maximilien
|
|
|
Powered by
FUDForum. Page generated in 0.03514 seconds