-
Notifications
You must be signed in to change notification settings - Fork 6.3k
8274471: Verification of OCSP Response signed with RSASSA-PSS fails #5778
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
Conversation
8274471: Verification of OCSP Response signed with RSASSA-PSS fails
|
👋 Welcome back weijun! A progress list of the required criteria for merging this PR into |
Webrevs
|
haimaychao
left a comment
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.
As throwing ProviderException is removed from initVerifyWithParam(), could we remove the ProviderException in the try-catch block from the callers of initVerifyWithParam()? For example, one of the callers at:
https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/security/pkcs/SignerInfo.java#L476
|
|
New commit to disallow a verifier |
haimaychao
left a comment
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.
Looks good.
jnimeh
left a comment
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.
Looks good. I like the algorithm agility enhancements to SimpleOCSPServer and CertificateBuilder.
|
@wangweij This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 83 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit f63c4a8.
Your commit was automatically rebased without conflicts. |
|
Mailing list message from can comert on security-dev: I have seen the issue is already fixed and will be available for the JDK 18. Is there any backporting for a LTS version planned? Best Regards, 4 Eki 2021 Pzt 17:34 tarihinde Weijun Wang <weijun at openjdk.java.net> ?unu -------------- next part -------------- |
|
Mailing list message from Wei-Jun Wang on security-dev: I think it's worth backporting to older LTS releases. Will ask sustaining on it. Thanks,
|
|
Mailing list message from can comert on security-dev: Thank you very much! Regards, Wei-Jun Wang <weijun.wang at oracle.com>, 5 Eki 2021 Sal, 22:05 tarihinde ?unu
-------------- next part -------------- |
Extra parameters need to be set for RSASSA-PSS signatures. We already have a helper method for that.
Some other cleanups:
No regression test. OCSP needs to access an external server.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5778/head:pull/5778$ git checkout pull/5778Update a local copy of the PR:
$ git checkout pull/5778$ git pull https://git.openjdk.java.net/jdk pull/5778/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5778View PR using the GUI difftool:
$ git pr show -t 5778Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5778.diff