aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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)
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)