-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed-crypto: Automatically enable entropy injection #10722
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
mbed-crypto: Automatically enable entropy injection #10722
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.
Reading about the warning, it might already be there - is there a warning for this "incompatibility" ?
CI started |
Automatically enable entropy injection when the NV Seed feature is requested on PSA targets. Add a warning note describing the state of the current implementation of the entropy injection API. Fixes ARMmbed#10720
5ccf6d1
to
4feb15c
Compare
There is not a warning, but you'll get a compilation failure if you try to use |
@Patater Once "CI started" let us know if any new push. need to abort old CI and restart (I've noticed as browsing issues and found this new reference :) ) |
CI job aborted, started new one |
Test run: FAILEDSummary: 6 of 7 test jobs failed Failed test jobs:
|
Looks like internal error, latest test runs were OK , restarting CI to confirm
|
Ah no, aborted first run, All good, new run in progress 😌 |
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.
Verified to fix #10720
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
Investigating the failures 😕 |
@ARMmbed/mbed-os-test Need your help here to find failures |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Exporters restarted |
Restarted again, due to license error |
restarted export |
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.
Approved for RC2. Should it be documented/mentioned in the handbook?
Description
Automatically enable entropy injection when the NV Seed feature is
requested on PSA targets. Add a warning note describing the state of the
current implementation of the entropy injection API.
Pull request type