Skip to content

test: Add basic kem fuzz testing #2133

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathaniel-brough
Copy link
Contributor

Adds basic fuzz harness for kem algorithms

This is part of work towards: #1215

  • Does this PR change the input/output behaviour of a cryptographic algorithm (i.e., does it change known answer test values)? (If so, a version bump will be required from x.y.z to x.(y+1).0.)
  • Does this PR change the list of algorithms available -- either adding, removing, or renaming? Does this PR otherwise change an API? (If so, PRs in fully supported downstream projects dependent on these, i.e., oqs-provider will also need to be ready for review and merge by the time this is merged.)

Signed-off-by: Nathaniel Brough <[email protected]>
@nathaniel-brough
Copy link
Contributor Author

Looks like the CI is failing due to something unrelated. The disk on the Travis CI seems to be full when fetching build dependencies.

I'll have a closer look over the next week. Unless this is a known issue?

@dstebila
Copy link
Member

Looks like the CI failure is resolved.

I think the fuzz test itself looks fine. Do we need to code to trigger this to actually run in the CI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants