-
Notifications
You must be signed in to change notification settings - Fork 75
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
Low entropy after enclave boot (reading from /dev/random blocks) #41
Comments
There a few possible solutions:
It might be possible to integrate calls to generate entropy and seed entropy into the provided init process of the enclave, but might not be the best option. |
Thank you very much, |
Based on AWS team comments any my own (1st solution) experience. See: aws/aws-nitro-enclaves-sdk-c#41
Based on AWS team comments any my own (1st solution) experience. See: aws/aws-nitro-enclaves-sdk-c#41
Hi @petreeftime , is there an easy way to call |
Why doesn't the NSM directly input entropy in the kernel entropy pool? |
This feature was added in aws/aws-nitro-enclaves-sdk-bootstrap#9. The next RPM release should also contain it. |
Hi,
I just faced the problem, a brand new enclave has zero entropy:
which causing block when reading from /dev/random early after boot.
What about adding some entropy from NSM RNG at enclave boot stage ?
(in
nitro-cli run-enclave
? )(or at lower level: I just submitted issue there - aws/aws-nitro-enclaves-sdk-bootstrap#5)
Another question: which preferred workaround to use right now?
The text was updated successfully, but these errors were encountered: