RFR: 8333754: Add a Test against ECDSA and ECDH NIST Test vector
Sibabrata Sahoo
ssahoo at openjdk.org
Fri Jun 14 06:57:12 UTC 2024
On Fri, 14 Jun 2024 06:23:32 GMT, Sibabrata Sahoo <ssahoo at openjdk.org> wrote:
> Tests added against ECDSA and ECDH NIST Test vector.
test/jdk/sun/security/ec/ECDSAPrimitive.java line 255:
> 253: MutablePoint R = ecOps.multiply(publicKeyPoint, u2Bytes);
> 254: AffinePoint a1 = ops.basePointMultiply(u1Bytes);
> 255: MutablePoint p2 = new ProjectivePoint.Mutable(
Compile time issue fixed here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19715#discussion_r1639355844
More information about the security-dev
mailing list