[jdk17u-dev] RFR: 8320597: RSA signature verification fails on signed data that does not encode params correctly
Alexey Bakhtin
abakhtin at openjdk.org
Thu Dec 14 00:01:08 UTC 2023
Backport is not clean because encodeSignature and decodeSignature methods belong to the RSASignature class ( not RSAUtil ).
This is the reason for no changes in the RSAUtil class.
-------------
Depends on: https://git.openjdk.org/jdk17u-dev/pull/1864
Commit messages:
- Backport 11e4a925bec3c1f79e03045d48def53188b655e6
Changes: https://git.openjdk.org/jdk17u-dev/pull/2052/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2052&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8320597
Stats: 85 lines in 2 files changed: 66 ins; 8 del; 11 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/2052.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2052/head:pull/2052
PR: https://git.openjdk.org/jdk17u-dev/pull/2052
More information about the jdk-updates-dev
mailing list