[jdk21u-dev] RFR: 8333754: Add a Test against ECDSA and ECDH NIST Test vector
Goetz Lindenmaier
goetz at openjdk.org
Thu Oct 31 08:14:38 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.
GHA failure: infra issue, unrelated.
Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12632 ms...
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1108#issuecomment-2449279977
More information about the jdk-updates-dev
mailing list