Skip to content

Where does Gramine source its entropy for RA-TLS private key generation? #1667

Answered by dimakuv
fwoodruff asked this question in Q&A
Discussion options

You must be logged in to vote

Gramine uses the RDRAND instruction as the sole source of entropy.

Similarly, RA-TLS (which is not a part of Gramine core per se, but a library that is used together with Gramine) also uses the RDRAND instruction as the sole source of entropy.

Since you're asking about RA-TLS, here are the RA-TLS specific code points:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dimakuv
Comment options

Answer selected by fwoodruff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants