We have OpenSSL on BealgboneBlack Based Embedded Linux custom board and we were thinking about increasing randomness of PRNG(/dev/urandom)
.
While browsing about it, I landed on this page: How to speed up OpenSSL/GnuPG Entropy For Random Number Generation On Linux
That talks more about speeding up entropy for OpenSSL, but I am not sure whether will that /dev/urandom
more "random".
Any suggestions if Haveged
is good path to start investigating and using?
If not, any other solution for increasing entropy?
I am not sure how to even test that thing, any suggestions about that?