summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drop gcrypt thread initialization codeDaniel P. Berrangé2021-07-141-62/+0Star
* crypto: Remove use of GCRYPT_VERSION macro.Richard W.M. Jones2020-06-151-1/+1
* crypto: Fix LGPL information in the file headersThomas Huth2019-07-191-1/+1
* crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé2018-10-191-2/+1Star
* crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé2018-10-191-19/+1Star
* crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski2017-05-091-0/+6
* crypto: fix initialization of gcrypt threadingDaniel P. Berrange2016-10-201-3/+4
* crypto: fix building complaintGonglei2016-09-121-2/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* crypto: Clean up includesPeter Maydell2016-01-291-0/+1
* crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange2015-10-221-14/+12Star
* crypto: add a gcrypt cipher implementationDaniel P. Berrange2015-07-081-0/+90
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-071-0/+60