jdk8u-dev icon indicating copy to clipboard operation
jdk8u-dev copied to clipboard

8223482: Unsupported ciphersuites may be offered by a TLS client

Open sendaoYan opened this issue 6 months ago • 3 comments

Hi all, This PR is backport of JDK-8223482, backport parity with 8u261 and emb-8u261.

The change of JDK-8223482 of two filessrc/java.base/share/classes/sun/security/ssl/SSLCipher.java and src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java has already in jdk8u-dev, make this backport clean. The file test/jdk/sun/security/pkcs11/fips/TestTLS12.java is backported cleanly.

The test test/jdk/sun/security/pkcs11/fips/TestTLS12.java run failed before this PR, run passed after this PR.


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [ ] JDK-8223482 needs maintainer approval
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8223482: Unsupported ciphersuites may be offered by a TLS client (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/566/head:pull/566
$ git checkout pull/566

Update a local copy of the PR:
$ git checkout pull/566
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/566/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 566

View PR using the GUI difftool:
$ git pr show -t 566

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/566.diff

sendaoYan avatar Aug 22 '24 07:08 sendaoYan