aboutsummaryrefslogtreecommitdiff
path: root/crypto/random-platform.c
AgeCommit message (Expand)Author
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson
2019-05-22crypto: Use getrandom for qcrypto_random_bytesRichard Henderson
2019-05-22crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson
2019-05-22crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson
2019-05-22crypto: Reverse code blocks in random-platform.cRichard Henderson
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-05-16fix mingw build failureGerd Hoffmann
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange