| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: Remove use of GCRYPT_VERSION macro. | Richard W.M. Jones | 2020-06-15 | 1 | -1/+1 |
* | crypto: Fix LGPL information in the file headers | Thomas Huth | 2019-07-19 | 1 | -1/+1 |
* | crypto: require libgcrypt >= 1.5.0 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 1 | -2/+1 |
* | crypto: require gnutls >= 3.1.18 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 1 | -19/+1 |
* | crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs | Geert Martin Ijewski | 2017-05-09 | 1 | -0/+6 |
* | crypto: fix initialization of gcrypt threading | Daniel P. Berrange | 2016-10-20 | 1 | -3/+4 |
* | crypto: fix building complaint | Gonglei | 2016-09-12 | 1 | -2/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | crypto: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | crypto: allow use of nettle/gcrypt to be selected explicitly | Daniel P. Berrange | 2015-10-22 | 1 | -14/+12 |
* | crypto: add a gcrypt cipher implementation | Daniel P. Berrange | 2015-07-08 | 1 | -0/+90 |
* | crypto: introduce new module for computing hash digests | Daniel P. Berrange | 2015-07-07 | 1 | -0/+60 |