-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow TLS configuration when no TRGN or NV seed #2915
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
Conversation
/morph test |
71b4f32
to
b40c057
Compare
Remove the code which forces the no entropy configuration when MBEDTLS_ENTROPY_HARDWARE_ALT is not defined. This makes it possible for users to turn on null entropy from the configuration system.
b40c057
to
38ddeb6
Compare
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1050 Test Prep failed! |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1055 All builds and test passed! |
This has a problem linking mbed-client-testapp
|
I think this bug should be fixed via #2926 ? @andresag01 can you provide details please |
The bug is better fixed by #2926, which fixes the issue properly. Otherwise there are several issues with this PR:
Please close this PR and evaluate #2926 instead. |
Description
Remove the code which forces the no entropy configuration when
MBEDTLS_ENTROPY_HARDWARE_ALT is not defined. This makes it possible for
users to turn on null entropy from the configuration system.
Related PRs
#2843
Related issues
#2914
ARMmbed/mbed-os-example-client#83
ARMmbed/mbed-os-example-client#84
Todos