-
Notifications
You must be signed in to change notification settings - Fork 129
8358159: Empty mode/padding in cipher transformations #1867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
8358159: Empty mode/padding in cipher transformations #1867
Conversation
👋 Welcome back varadam! 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. |
|
/approval 8358159 request the backport fixes the cipher transformations with empty mode or padding which no longer default to expected values. JTREG testing successful. |
@varada1110 |
Hi @varada1110 |
Correct. So backport to one of 25 or 25u (whichever is appropriate for the bug in question), not both. |
And to answer the question of which is appropriate, as a P4 bug it is not a candidate for JDK 25. Backport it to jdk25u. |
@varada1110 Please don't rush with the backports. We observed some test failures with this, so further changes may be needed. Let's wait a little till all tests are run and causes of the test failures are understood. Thanks~ |
OK, I'll remove the fix-request in the meantime. Feel free to label again if all issues are resolved. Thanks. |
Hi all,
This pull request contains a backport of commit 3ff83ec4 from the openjdk/jdk repository.
The commit being backported was authored by Varada M on 10 Jun 2025 and was reviewed by Amit Kumar and Valerie Peng.
Thanks!
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1867/head:pull/1867
$ git checkout pull/1867
Update a local copy of the PR:
$ git checkout pull/1867
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1867/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1867
View PR using the GUI difftool:
$ git pr show -t 1867
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1867.diff
Using Webrev
Link to Webrev Comment