-
Notifications
You must be signed in to change notification settings - Fork 917
Add additional compatibility layer RAND tests #8852
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 additional compatibility layer RAND tests #8852
Conversation
6d3f549 to
5dd349d
Compare
5dd349d to
892167e
Compare
JacobBarthelmeh
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.
Would like to see the extra commit get removed before merged to avoid git history snarls or duplicate commits.
The merge-base changed after approval.
892167e to
10b3cc8
Compare
|
retest this please |
Rebased just the one test addition commit onto master. |
|
retest this please |
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.
Pull Request Overview
This PR enhances the compatibility layer RAND tests by reseeding DRBG in RAND_poll() and adding a fork test to validate behavior in a multi-process context.
- Added Linux-specific includes.
- Implemented a new test function, test_wolfSSL_RAND_poll.
- Registered the new test in the test case array.
|
retest this please |
Description
Reseed DRBG in RAND_poll() and add fork test
Fixes ZD#20016
Testing
make check.Checklist