Add additional compatibility layer RAND tests#8852
Merged
JacobBarthelmeh merged 3 commits intowolfSSL:masterfrom Jun 10, 2025
Merged
Add additional compatibility layer RAND tests#8852JacobBarthelmeh merged 3 commits intowolfSSL:masterfrom
JacobBarthelmeh merged 3 commits intowolfSSL:masterfrom
Conversation
6d3f549 to
5dd349d
Compare
5dd349d to
892167e
Compare
JacobBarthelmeh
previously approved these changes
Jun 6, 2025
Contributor
JacobBarthelmeh
left a comment
There was a problem hiding this comment.
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
Author
|
retest this please |
Author
Rebased just the one test addition commit onto master. |
JacobBarthelmeh
previously approved these changes
Jun 9, 2025
Author
|
retest this please |
JacobBarthelmeh
previously approved these changes
Jun 9, 2025
Contributor
There was a problem hiding this comment.
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.
Author
|
retest this please |
JacobBarthelmeh
approved these changes
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Reseed DRBG in RAND_poll() and add fork test
Fixes ZD#20016
Testing
make check.Checklist