Integrated: 8228442: DHKeyExchange/LegacyDHEKeyExchange.java failed due to "SSLException: An established connection was aborted by the software in your host machine"

Fernando Guallini fguallini at openjdk.java.net
Wed Apr 28 15:43:54 UTC 2021


On Thu, 22 Apr 2021 11:41:40 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:

> Test DHKeyExchange/LegacyDHEKeyExchange.java has been seen to fail intermittently. There is a thread synchronisation issue that is fixed by:
> 
> - Using SSLSocketTemplate that handles client/server socket configuration and synchronisation before connection
> - Making use of a CountDownLatch and socket linger to facilitate the socket to close gracefully after both ends have finished the transmission

This pull request has now been integrated.

Changeset: 7e3bc4cb
Author:    Fernando Guallini <fguallini at openjdk.org>
Committer: Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7e3bc4cb444c7b7f3cd3e514b4ad7d7137799401
Stats:     287 lines in 1 file changed: 14 ins; 252 del; 21 mod

8228442: DHKeyExchange/LegacyDHEKeyExchange.java failed due to "SSLException: An established connection was aborted by the software in your host machine"

Reviewed-by: xuelei

-------------

PR: https://git.openjdk.java.net/jdk/pull/3622



More information about the security-dev mailing list