8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message#810
Conversation
|
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
b09f14a to
a18ae0c
Compare
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
37e03ef to
7dcac35
Compare
|
@jerboaa Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@jerboaa this pull request can not be integrated into git checkout jdk-8326643-server-hello-fix-8u
git fetch https://git.openjdk.org/jdk8u-dev.git pr/809
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge pr/809"
git push |
a18ae0c to
42fe7f9
Compare
Please review this fairly low-risk backport to the ServerHello TLS 1.3 message. I'm backporting this change since it also introduces changes to
SSLEngineTemplate.javawhich is needed to make the added test in the JDK-8263188 backport to compile. This patch is also in Oracle JDK 8u. JDK-8263188 is the backport I'm proposing next.The only manual fix-up was in the copyright. Clean otherwise modulo path changes.
Testing:
jdk/test/javax/net/ssl,jdk/test/sun/net/www/protocol/https/andjdk/test/sun/security/ssl/tests. All pass (including the new test, which also seems to pass on unpatched, though). Results (same 3 known issues. See #808):Progress
Integration blocker
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/810/head:pull/810$ git checkout pull/810Update a local copy of the PR:
$ git checkout pull/810$ git pull https://git.openjdk.org/jdk8u-dev.git pull/810/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 810View PR using the GUI difftool:
$ git pr show -t 810Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/810.diff
Using Webrev
Link to Webrev Comment