Demonstrate how new linux getrandom() will be called, at least until
authorderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 03:24:10 +0000 (03:24 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 03:24:10 +0000 (03:24 +0000)
commitfea29d5564a180c3b3762f6c4f587573eeeb118d
tree8edad10904ef81256296707cbe19882df6925522
parent3283671a145aa1dec5d79df0870252831ebf6d69
Demonstrate how new linux getrandom() will be called, at least until
it shows up in libraries.  Even the system call is probably not finalized.
Bit dissapointed it has turned out to be a descriptor-less read() with
EINVAL and EINTR error conditions, but we can work with it.
lib/libcrypto/arc4random/getentropy_linux.c
lib/libcrypto/crypto/getentropy_linux.c