-
Notifications
You must be signed in to change notification settings - Fork 915
Fips bsdkm #9590
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
base: master
Are you sure you want to change the base?
Fips bsdkm #9590
Conversation
This comment was marked as spam.
This comment was marked as spam.
|
Retest this please. (Found unhandled jenkins exception). |
douzzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small stuff -- just the trivial refactor to use WOLFSSL_DEBUG_PRINTF().
| #define wc_km_printf printf | ||
| #define wc_km_print_err printf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need these -- the existing WOLFSSL_DEBUG_PRINTF() does the trick nicely.
| #define wc_km_print_err pr_err | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as noted above, WOLFSSL_DEBUG_PRINTF() is the existing way to do this.
| (void)arg; | ||
|
|
||
| return (ret); | ||
| return (error); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting -- so in BSD, error codes are returned as positive numbers?
Description
Support wolfcrypt FIPS in FreeBSD kernel.
Adds a bsdkm/README.md
Requires:
Testing
See readme: