aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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é
2018-10-19crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé
2018-06-01crypto: use local path for local headersMichael S. Tsirkin
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-16crypto: fix stack-buffer-overflow errorMarc-André Lureau
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()Markus Armbruster
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)