aboutsummaryrefslogtreecommitdiff
path: root/tests/test-crypto-block.c
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-10-19crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé
2018-10-19crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé
2017-11-08tests: Run the luks tests in test-crypto-block only if encryption is availableThomas Huth
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng
2016-09-23tests: No longer dependent on CONFIG_UUIDFam Zheng
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange