Skip to content
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

support default features at the task / kernel level #1829

Closed
flihp opened this issue Jul 16, 2024 · 0 comments · Fixed by #1830
Closed

support default features at the task / kernel level #1829

flihp opened this issue Jul 16, 2024 · 0 comments · Fixed by #1830
Assignees

Comments

@flihp
Copy link
Contributor

flihp commented Jul 16, 2024

This is mostly in the interest of keeping myself from adding features that aren't additive and is motivated by #1820. That PR adds some code to improve our seeding strategy. This includes passing a seed derived from the DICE measured boot through the stage0-handoff memory region to the RNG task. We want this feature enabled by default and to require app.toml files to explicitly disable this feature given its relevance to security & cryptography stuff. It's possible to accomplish this w/ a feature that removes the functionality but cargo discourages this. #1820 seems like enough of a reason to see if we can do this w/o too much work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant