8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException#825
8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException#825jerboaa wants to merge 1 commit into
Conversation
8239798: SSLSocket closes socket both socket endpoints on a SocketTimeoutException
|
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
|
@jerboaa This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
|
GHA failures are the same |
gnu-andrew
left a comment
There was a problem hiding this comment.
I'm surprised this is so clean but I guess that is due to the import of the new TLS implementation and this patch following not long after.
Backport & testing look good to me.
|
|
|
/approval request Please approve this backport to the JDK 8u TLS stack which almost applies cleanly modulo path changes. The differences is in no DTLS in 8u vs. 11u. The motivation for backporting this is to get a crypto roadmap update into 8u. Patch has been reviewed by Andrew Hughes. TLS tests pass. Risk is medium, but it's been in Oracle 8u for a while and we've not seen issues in 11u as well. |
|
/approve yes |
|
@gnu-andrew |
|
/integrate |
Almost clean backport, but for the differences in the TLS 1.3 backport which omitted the DTLS part. Thus,
ProtocolVersion.isNegotiable()has a different signature (missing the second last boolean ofisDTLS). Otherwise a clean backport. This is in preparation for #808.Testing:
jdk/test/javax/net/ssl,jdk/test/sun/net/www/protocol/https/andjdk/test/sun/security/ssl/with the following results:Test results: passed: 264; failed: 2; error: 1. Note the total number of264over current master, since this patch also enablesClientTimeout.javawhich passes.Thoughts?
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/825/head:pull/825$ git checkout pull/825Update a local copy of the PR:
$ git checkout pull/825$ git pull https://git.openjdk.org/jdk8u-dev.git pull/825/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 825View PR using the GUI difftool:
$ git pr show -t 825Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/825.diff
Using Webrev
Link to Webrev Comment