[jdk21u-dev] Integrated: 8333754: Add a Test against ECDSA and ECDH NIST Test vector

Goetz Lindenmaier goetz at openjdk.org
Mon Nov 4 07:57:40 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.

This pull request has now been integrated.

Changeset: 93dc5915
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/93dc591573138fed070b226254c2f27b0f9856fc
Stats:     9497 lines in 4 files changed: 9497 ins; 0 del; 0 mod

8333754: Add a Test against ECDSA and ECDH NIST Test vector

Reviewed-by: mbaesken
Backport-of: fad6644eabbad6b6d3472206d9db946408aca612

-------------

PR: https://git.openjdk.org/jdk21u-dev/pull/1108


More information about the jdk-updates-dev mailing list