Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: Fix LGPL information in the file headers | Thomas Huth | 2019-07-19 | 1 | -1/+1 |
* | crypto: Change the qcrypto_random_bytes buffer type to void* | Richard Henderson | 2019-05-22 | 1 | -2/+2 |
* | crypto: Use getrandom for qcrypto_random_bytes | Richard Henderson | 2019-05-22 | 1 | -5/+32 |
* | crypto: Use O_CLOEXEC in qcrypto_random_init | Richard Henderson | 2019-05-22 | 1 | -2/+2 |
* | crypto: Do not fail for EINTR during qcrypto_random_bytes | Richard Henderson | 2019-05-22 | 1 | -21/+15 |
* | crypto: Reverse code blocks in random-platform.c | Richard Henderson | 2019-05-22 | 1 | -18/+17 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | fix mingw build failure | Gerd Hoffmann | 2017-05-16 | 1 | -1/+1 |
* | crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs | Geert Martin Ijewski | 2017-05-09 | 1 | -8/+37 |
* | crypto: use /dev/[u]random as a final fallback random source | Daniel P. Berrange | 2016-07-21 | 1 | -0/+64 |