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