Skip to content
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

Add GitHub Actions PRB tests for FIPS ready/v2/v5/v6 #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cconlon
Copy link
Member

@cconlon cconlon commented Dec 13, 2024

This PR adds PRB GitHub Actions tests for FIPS ready/v2/v5/v6. This uses the fips-check.sh script to generate the FIPS bundles, then runs ant tests on top of each of those builds.

Currently only testing FIPS builds on Linux latest runners, until wolfSSL/wolfssl#8291 gets merged, which will fix MacOS compatibility with fips-check.sh.

This also adjusts jni_fips.c to call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6. v6 has a few more CASTs than previous versions, and calling the RunAllCast function will make sure we run those up front.

@cconlon cconlon self-assigned this Dec 13, 2024
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.

1 participant