RFR: 8349017: Update ML tests to verify against ACVP 1.1.0.38 version

Weijun Wang weijun at openjdk.org
Thu Jan 30 17:29:46 UTC 2025


On Thu, 30 Jan 2025 15:16:16 GMT, Rajan Halade <rhalade at openjdk.org> wrote:

> This fix updates compatibility tests with verification against ACVP 1.1.0.38 data. The new data files in v1.1.0.38 are significantly larger in file size so they are moved to artifactory or are to be provided for local run. Refer to `Launcher.java` for more details on this.

test/jdk/sun/security/provider/acvp/Launcher.java line 95:

> 93:             "gen-val/json-files/ML-KEM-keyGen-FIPS203/internalProjection.json"
> 94:     };
> 95: 

One more comment, since we only run on `TEST_FILES`, we should require all of them to succeed. I suggest a real exception to be thrown when `invalidTest` or `unsupportedTest` is not zero.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23370#discussion_r1936001283


More information about the security-dev mailing list