Skip to content

8386466: DESedeKeySpec.isParityAdjusted spec permits 8-byte key but RI throws InvalidKeyException#31509

Open
smemery wants to merge 1 commit into
openjdk:masterfrom
smemery:JDK-8386466
Open

8386466: DESedeKeySpec.isParityAdjusted spec permits 8-byte key but RI throws InvalidKeyException#31509
smemery wants to merge 1 commit into
openjdk:masterfrom
smemery:JDK-8386466

Conversation

@smemery

@smemery smemery commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Fixes cut-and-paste error introduced in JDK-8379375.



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8386466: DESedeKeySpec.isParityAdjusted spec permits 8-byte key but RI throws InvalidKeyException (Bug - P2)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31509/head:pull/31509
$ git checkout pull/31509

Update a local copy of the PR:
$ git checkout pull/31509
$ git pull https://git.openjdk.org/jdk.git pull/31509/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 31509

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31509.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Jun 13, 2026

Copy link
Copy Markdown

👋 Welcome back semery! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Jun 13, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot added the security security-dev@openjdk.org label Jun 13, 2026
@openjdk

openjdk Bot commented Jun 13, 2026

Copy link
Copy Markdown

@smemery The following label will be automatically applied to this pull request:

  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk Bot added the rfr Pull request is ready for review label Jun 13, 2026
@mlbridge

mlbridge Bot commented Jun 13, 2026

Copy link
Copy Markdown

Webrevs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rfr Pull request is ready for review security security-dev@openjdk.org

Development

Successfully merging this pull request may close these issues.

1 participant