aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-07-19crypto: Fix LGPL information in the file headersThomas Huth38-38/+38
2019-07-19crypto: fix function signatures for nettle 2.7 vs 3Daniel P. Berrangé2-7/+22
2019-07-19crypto: switch to modern nettle AES APIsDaniel P. Berrangé1-35/+183
2019-06-12Normalize position of header guardMarkus Armbruster3-13/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster5-0/+5
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson3-4/+4
2019-05-22crypto: Use getrandom for qcrypto_random_bytesRichard Henderson1-5/+32
2019-05-22crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson1-2/+2
2019-05-22crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson1-21/+15
2019-05-22crypto: Reverse code blocks in random-platform.cRichard Henderson1-18/+17
2019-05-22build: Link user-only with crypto random number objectsRichard Henderson1-5/+6
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-5/+5
2019-03-21crypto/block: remove redundant struct packing to fix build with gcc 9Greg Kurz1-2/+2
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange2-19/+18
2019-02-05crypto: finish removing TABsPaolo Bonzini2-504/+504
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-6/+5
2019-01-11remove space-tab sequencesPaolo Bonzini1-14/+14
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy4-41/+163
2018-12-12crypto/block: introduce qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy4-16/+54
2018-12-12crypto/block: rename qcrypto_block_*crypt_helperVladimir Sementsov-Ogievskiy4-81/+83
2018-12-12crypto/block: refactor qcrypto_block_*crypt_helper functionsVladimir Sementsov-Ogievskiy1-50/+31
2018-12-12crypto/block-luks: fix memory leak in qcrypto_block_luks_createVladimir Sementsov-Ogievskiy1-0/+3
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé1-0/+3
2018-11-05crypto: initialize sector size even when opening with no IO flagDaniel P. Berrangé1-0/+2
2018-10-24crypto: annotate xts_tweak_encdec as inlineableDaniel P. Berrangé1-5/+5
2018-10-24crypto: convert xts_mult_x to use xts_uint128 typeDaniel P. Berrangé1-12/+28
2018-10-24crypto: convert xts_tweak_encdec to use xts_uint128 typeDaniel P. Berrangé1-26/+58
2018-10-24crypto: introduce a xts_uint128 data typeDaniel P. Berrangé1-20/+26
2018-10-24crypto: remove code duplication in tweak encrypt/decryptDaniel P. Berrangé1-49/+15
2018-10-19crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé1-2/+2
2018-10-19crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé2-3/+2
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé4-49/+4
2018-07-03crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones4-2/+366
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé2-40/+0
2018-06-01crypto: use local path for local headersMichael S. Tsirkin16-23/+23
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster7-5/+2
2018-01-16crypto: fix stack-buffer-overflow errorMarc-André Lureau1-1/+1
2017-11-08crypto: afalg: fix a NULL pointer dereferenceLongpeng3-15/+7
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange4-16/+32
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange4-2/+12
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau3-6/+6
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster11-24/+24
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()Markus Armbruster1-12/+7
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)3-17/+121
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)5-0/+163
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)5-4/+271