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

cryptocb test disable option #7862

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Conversation

bigbrett
Copy link
Contributor

@bigbrett bigbrett commented Aug 12, 2024

Adds a macro to optionally disable running cryptocb_test() in wolfCrypt tests. Off by default.

Useful on targets where you are already using the wolfCrypt tests (in conjunction with WC_USE_DEVID) to test a cryptoCb hardware implementation, and you don't want to also run a SW version of all the tests just because WOLF_CRYPTO_CB is enabled. Right now, wolfCrypt tests will test cryptoCb with a test-local devId that uses a software implementation of every algo.

I'll update chapter 2 of the wolfSSL manual with documentation once merged

@douzzer douzzer merged commit 14254e8 into wolfSSL:master Aug 15, 2024
122 checks passed
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.

3 participants