[jdk11u-dev] RFR: 8282600: SSLSocketImpl should not use user_canceled workaround when not necessary
Zdenek Zambersky
zzambers at openjdk.org
Thu Mar 9 13:00:26 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
Backport 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.
Clean. Passed [jdk_security](https://github.com/zzambers/jdk-tester/actions/runs/4347121530/jobs/7594040836) tests.
-------------
Commit messages:
- Backport eef3c9605e2d75fc5724118fd0140b7844daa6e8
Changes: https://git.openjdk.org/jdk11u-dev/pull/1796/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1796&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8282600
Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1796.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1796/head:pull/1796
PR: https://git.openjdk.org/jdk11u-dev/pull/1796
More information about the jdk-updates-dev
mailing list