-
Notifications
You must be signed in to change notification settings - Fork 198
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
8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled #24
Conversation
👋 Welcome back abakhtin! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please configure pre-submit testing on your repo. Other than that, lgtm.
@alexeybakhtin This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport looks good to me.
The text "the value is a record"
is wrong, given the change from a record to AlgorithmInfo
, but that mistake was also in the 11u version so this backport isn't the place to fix it. It's a internal class so I don't think it matters much anyway.
Added |
/integrate |
@alexeybakhtin Pushed as commit 53620b3. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
@gnu-andrew Thank you for the review. |
Please close the 8u-dev PR. We'll merge the next build promotion with this change back into 8u-dev. |
Backported as a follow-on issue for JDK-8269039
Based on the JDK11u patch
I had to resolve some merge issues in a few places:
TimestampCheck.java - simple merge because of no JDK-8171319 in JDK8
ManifestEntryVerifier.java - Manually updated because of different arguments of the permits() method
DisabledAlgorithmConstraints.java - permits() method manually updated because of no JDK-8285398
SignerInfo.java - use explicit type instead of var
All corresponding tests passed
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u pull/24/head:pull/24
$ git checkout pull/24
Update a local copy of the PR:
$ git checkout pull/24
$ git pull https://git.openjdk.org/jdk8u pull/24/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24
View PR using the GUI difftool:
$ git pr show -t 24
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u/pull/24.diff