-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove MBEDTLS_TEST_NULL_ENTROPY config option. #4450
Remove MBEDTLS_TEST_NULL_ENTROPY config option. #4450
Conversation
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.
Changelog needs a slight improvement and also needs a migration guide entry although I can confirm I can no longer find any references to the removed option.
Building the library without entropy sources negates any and all security provided by the library. This option was originally requested a relatively long time ago and it does not provide any tangible benefit for users any more. Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
d2bed62
to
72f60df
Compare
Rebased to |
This PR needs two more reviewers |
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.
You need a migration guide entry thus an *.md file in docs/3.0-migration-guide.d.
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.
Looks good to me, except as Ronald pointer out, we want a migration guide entry too.
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.
Err, sorry, I meant to select "request changes".
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.
To address the typos please amend the latest commit and do not create another commit.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
9d23ee7
to
ef80a9c
Compare
Fixed typos and alignment in migration file |
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.
I am not competent to assert the proposed migration path but I count on @mpg for that. LGTM otherwise.
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.
I've suggested an improvement to the migration guide in order to be clearer about security requirements.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
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.
LGTM
Feedback has been addressed and marked as resolved
resolves #4388