[jdk8u-dev] Integrated: 8282600: SSLSocketImpl should not use user_canceled workaround when not necessary

Zdenek Zambersky zzambers at openjdk.org
Tue Mar 14 18:35:56 UTC 2023


On Tue, 14 Mar 2023 16:44:47 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

> Backport from [jdk11u-dev](https://github.com/openjdk/jdk11u-dev/commit/e80528bf2bd1c87fc1394dd32015281ac6652363#commitcomment-104263811) fixing SSLSocket, not to use workaround with user_canceled alert for TLS 1.3 close, when not necessary, as it causes problems with gnutls client.
> 
> Testing:
> [jdk_security](https://github.com/zzambers/jdk-tester/actions/runs/4408247017/jobs/7723001910) OK (no regressions to [master](https://github.com/zzambers/jdk-tester/actions/runs/4407115132/jobs/7720330395)).

This pull request has now been integrated.

Changeset: d6f81510
Author:    Zdenek Zambersky <zzambers at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/d6f8151053f40ccd8c23b9f9eecb40c306a6253f
Stats:     6 lines in 1 file changed: 4 ins; 0 del; 2 mod

8282600: SSLSocketImpl should not use user_canceled workaround when not necessary

Backport-of: e80528bf2bd1c87fc1394dd32015281ac6652363

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

PR: https://git.openjdk.org/jdk8u-dev/pull/284


More information about the jdk8u-dev mailing list