[jdk21u-dev] RFR: 8333754: Add a Test against ECDSA and ECDH NIST Test vector
Matthias Baesken
mbaesken at openjdk.org
Thu Oct 31 08:32:37 UTC 2024
On Wed, 30 Oct 2024 14:10:13 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 21.0.6-oracle.
>
> Applies clean, but test ECDSAPrimitive does not compile. The second commit contains the fixes for this.
> In head, ECOperations.setSum takes a MutablePoint as second argument,
> so it is built from the available AffinePoint.
> In 21, ECOperations.setSum() takes an AffinePoint, so I just pass the available one.
>
> Tests pass.
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u-dev/pull/1108#pullrequestreview-2407349151
More information about the jdk-updates-dev
mailing list