RFR: 8373231: ECDSAOperations::toAffinePoint is redundant
Mikhail Yankelevich
myankelevich at openjdk.org
Tue Dec 9 15:32:28 UTC 2025
On Mon, 8 Dec 2025 02:55:31 GMT, John Jiang <jjiang at openjdk.org> wrote:
> `ECDSAOperations::toAffinePoint` should be removed, and `AffinePoint::fromECPoint` should be used instead.
Correct me if I'm wrong, this seems to be changing public API, shouldn't it have a csr then?
test/jdk/sun/security/ec/ECDSAPrimitive.java line 39:
> 37: /*
> 38: * @test
> 39: * @bug 8189189 8147502 8295010
Could you please update the bug id?
-------------
PR Review: https://git.openjdk.org/jdk/pull/28691#pullrequestreview-3558071282
PR Review Comment: https://git.openjdk.org/jdk/pull/28691#discussion_r2603147925
More information about the security-dev
mailing list