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