Skip to content

8342442: Static ACVP sample tests #21548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Closed

Conversation

wangweij
Copy link
Contributor

@wangweij wangweij commented Oct 16, 2024

Here we have a launcher and several algorithm-specific tests. Users can populate "internalProjection.json" files generated by NIST's ACVP Server into the data directory and test them with the launcher.

Currently, only SHA2, SHA3, ML-KEM, and ML-DSA are supported.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8342442: Static ACVP sample tests (Enhancement - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21548/head:pull/21548
$ git checkout pull/21548

Update a local copy of the PR:
$ git checkout pull/21548
$ git pull https://git.openjdk.org/jdk.git pull/21548/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 21548

View PR using the GUI difftool:
$ git pr show -t 21548

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21548.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 16, 2024

👋 Welcome back weijun! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Oct 16, 2024

@wangweij This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8342442: Static ACVP sample tests

Reviewed-by: mullan, bperez

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 4 new commits pushed to the master branch:

  • 2614c99: 8343793: Test java/foreign/TestMemorySession.java is timing out
  • 8a69893: 8343819: Link Float.NaN and Double.NaN to equivalence discussion in Double
  • 52c0b09: 8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed
  • 0329855: 8343804: Show the default time zone with -XshowSettings option

Please see this link for an up-to-date comparison between the source branch of this pull request and the master branch.
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk
Copy link

openjdk bot commented Oct 16, 2024

@wangweij The following label will be automatically applied to this pull request:

  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the security security-dev@openjdk.org label Oct 16, 2024
@wangweij wangweij marked this pull request as ready for review October 16, 2024 18:37
@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 16, 2024
@mlbridge
Copy link

mlbridge bot commented Oct 16, 2024

Copy link
Contributor

@mcpowers mcpowers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Only a few grammatical changes. Why the inclusion of SHA?

@wangweij
Copy link
Contributor Author

wangweij commented Nov 1, 2024

This looks good to me. Only a few grammatical changes. Why the inclusion of SHA?

Thanks. Fixed. I would like to include as many algorithms as possible. MessageDigest seems to be the most basic one so I worked on it.

Copy link
Contributor

@blperez01 blperez01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it would be good to rename "Launcher" to "ACVP_Launcher" or "ACVP_Test" so its functionality is more explicit. Otherwise looks good

@wangweij
Copy link
Contributor Author

wangweij commented Nov 1, 2024

I organized everything within a directory named acvp to avoid using the term in the class name. You can think of this directory as effectively serving as a namespace.

Copy link
Contributor

@RogerRiggs RogerRiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The duplication in utilities (RandomSource and xeh(String) should be avoided.
Perhaps in the test library or a common utility class.

@seanjmullan
Copy link
Member

Do we have plans to add more tests in the future? I see test data for AES_GCM, HMAC-SHA*, RSA, among others at the github page.

@wangweij
Copy link
Contributor Author

wangweij commented Nov 8, 2024

Do we have plans to add more tests in the future? I see test data for AES_GCM, HMAC-SHA*, RSA, among others at the github page.

It's definitely better to add more, but that's not in my plan yet. We can discuss with the test team on how to cover more algorithms.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Nov 8, 2024
@openjdk openjdk bot removed the ready Pull request is ready to be integrated label Nov 8, 2024
@openjdk openjdk bot added the ready Pull request is ready to be integrated label Nov 9, 2024
@wangweij
Copy link
Contributor Author

wangweij commented Nov 9, 2024

/integrate

@openjdk
Copy link

openjdk bot commented Nov 9, 2024

Going to push as commit f400896.
Since your change was applied there have been 5 commits pushed to the master branch:

  • 325a2c3: 8343848: Fix typo of property name in TestOAEPPadding after 8341927
  • 2614c99: 8343793: Test java/foreign/TestMemorySession.java is timing out
  • 8a69893: 8343819: Link Float.NaN and Double.NaN to equivalence discussion in Double
  • 52c0b09: 8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed
  • 0329855: 8343804: Show the default time zone with -XshowSettings option

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Nov 9, 2024
@openjdk openjdk bot closed this Nov 9, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Nov 9, 2024
@openjdk
Copy link

openjdk bot commented Nov 9, 2024

@wangweij Pushed as commit f400896.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@wangweij wangweij deleted the 8342442 branch December 2, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrated Pull request has been integrated security security-dev@openjdk.org
Development

Successfully merging this pull request may close these issues.

6 participants