aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-18crypto: Fix certificate file error handling crash bugMarkus Armbruster
2019-12-17stubs: replace stubs with lnot if applicablePaolo Bonzini
2019-12-17crypto: move common bits for all emulators to libqemuutilPaolo Bonzini
2019-10-28crypto: add support for nettle's native XTS implDaniel P. Berrangé
2019-10-28crypto: add support for gcrypt's native XTS implDaniel P. Berrangé
2019-09-26qcrypto-luks: more rigorous header checkingMaxim Levitsky
2019-09-26qcrypto-luks: simplify the math used for keyslot locationsMaxim Levitsky
2019-09-26qcrypto-luks: extract store key functionMaxim Levitsky
2019-09-26qcrypto-luks: extract check and parse headerMaxim Levitsky
2019-09-26qcrypto-luks: extract store and load headerMaxim Levitsky
2019-09-26qcrypto-luks: purge unused error codes from open callbackMaxim Levitsky
2019-09-26qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKSMaxim Levitsky
2019-09-26qcrypto-luks: pass keyslot index rather that pointer to the keyslotMaxim Levitsky
2019-09-26qcrypto-luks: simplify masterkey and masterkey lengthMaxim Levitsky
2019-09-26qcrypto-luks: don't overwrite cipher_mode in headerMaxim Levitsky
2019-09-26qcrypto-luks: rename some fields in QCryptoBlockLUKSHeaderMaxim Levitsky
2019-08-22crypto: use auto cleanup for many stack variablesDaniel P. Berrangé
2019-08-22glib: bump min required glib library version to 2.48Daniel P. Berrangé
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth
2019-07-19crypto: fix function signatures for nettle 2.7 vs 3Daniel P. Berrangé
2019-07-19crypto: switch to modern nettle AES APIsDaniel P. Berrangé
2019-06-12Normalize position of header guardMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson
2019-05-22crypto: Use getrandom for qcrypto_random_bytesRichard Henderson
2019-05-22crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson
2019-05-22crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson
2019-05-22crypto: Reverse code blocks in random-platform.cRichard Henderson
2019-05-22build: Link user-only with crypto random number objectsRichard Henderson
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-21crypto/block: remove redundant struct packing to fix build with gcc 9Greg Kurz
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange
2019-02-05crypto: finish removing TABsPaolo Bonzini
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-11remove space-tab sequencesPaolo Bonzini
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-12-12crypto/block: introduce qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy
2018-12-12crypto/block: rename qcrypto_block_*crypt_helperVladimir Sementsov-Ogievskiy
2018-12-12crypto/block: refactor qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy
2018-12-12crypto/block-luks: fix memory leak in qcrypto_block_luks_createVladimir Sementsov-Ogievskiy
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé
2018-11-05crypto: initialize sector size even when opening with no IO flagDaniel P. Berrangé
2018-10-24crypto: annotate xts_tweak_encdec as inlineableDaniel P. Berrangé
2018-10-24crypto: convert xts_mult_x to use xts_uint128 typeDaniel P. Berrangé
2018-10-24crypto: convert xts_tweak_encdec to use xts_uint128 typeDaniel P. Berrangé
2018-10-24crypto: introduce a xts_uint128 data typeDaniel P. Berrangé
2018-10-24crypto: remove code duplication in tweak encrypt/decryptDaniel P. Berrangé
2018-10-19crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé