aboutsummaryrefslogtreecommitdiff
path: root/crypto/fipsmodule/rand/urandom.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Fix build when linux-headers are not installed.Peter Wu1-0/+2
2017-08-18Run the comment converter on libcrypto.David Benjamin1-36/+36
2017-07-18Use __NR_getrandom rather than SYS_getrandom.David Benjamin1-22/+22
2017-05-30Switch to new delocate tool.Adam Langley1-7/+3
2017-05-12crypto/fipsmodule: Allow breaking CRNG self-test.Martin Kreichgauer1-0/+6
2017-05-09unrandom: #define _GNU_SOURCE, for syscall().Matthew Braithwaite1-0/+4
2017-05-05Bypass building fipsmodule/rand/urandom.c when builing for TrustyMichael Ryleev1-2/+2
2017-04-27Don't print message when waiting for urandom entropy.Adam Langley1-9/+0
2017-04-21Move much of rand/ into the FIPS module.Adam Langley1-0/+303