[jdk11u-dev] RFR: 8320597: RSA signature verification fails on signed data that does not encode params correctly [v2]
Martin Balao
mbalao at openjdk.org
Fri Dec 15 15:51:46 UTC 2023
On Fri, 15 Dec 2023 04:36:10 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
>> Almost clean backport from [JDK17 PR](https://github.com/openjdk/jdk17u-dev/pull/2052)
>> The only difference is a string concatenation in the test
>
> Alexey Bakhtin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
Thanks @alexeybakhtin for proposing this backport. The commit specific to 8317547 looks good to me. I'll approve after the rebase.
The Skara bot does not like it but in my view a rebase is cleaner than a merge:
git switch JDK-8320597
git fetch upstream master
git rebase upstream/master
git push --force-with-lease
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2384#issuecomment-1858092863
More information about the jdk-updates-dev
mailing list