jdk8u-dev
jdk8u-dev copied to clipboard
8223482: Unsupported ciphersuites may be offered by a TLS client
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