summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)3-0/+171
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)5-114/+144
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)1-10/+24
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)1-10/+24
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)1-10/+25
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)1-166/+0
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)5-18/+83
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)5-123/+189
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)1-46/+55
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)1-12/+29
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)1-17/+33
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)2-17/+32
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange4-6/+18
2017-05-16fix mingw build failureGerd Hoffmann1-1/+1
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski4-8/+48
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange1-5/+8
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-12/+9
2017-02-27crypto: assert cipher algorithm is always validPrasad J Pandit1-6/+2
2017-02-27crypto: fix leak in ivgen essiv initLi Qiang1-0/+1
2016-12-22crypto: support HMAC algorithms based on nettleLongpeng(Mike)1-3/+133
2016-12-22crypto: support HMAC algorithms based on glibLongpeng(Mike)1-0/+122
2016-12-22crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)1-2/+109
2016-12-22crypto: add HMAC algorithms frameworkLongpeng(Mike)6-0/+376
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)3-2/+48
2016-12-21cipher: fix leak on initialization errorMarc-André Lureau1-3/+2
2016-10-20crypto: fix initialization of gcrypt threadingDaniel P. Berrange1-3/+4
2016-10-19crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei1-0/+11
2016-10-19crypto: add CTR mode supportGonglei3-7/+34
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei3-3/+37
2016-09-23crypto: Switch to QEMU UUID APIFam Zheng1-19/+7
2016-09-19crypto: add trace points for TLS cert verificationDaniel P. Berrange2-2/+9
2016-09-19crypto: support more hash algorithms for pbkdfDaniel P. Berrange2-10/+65
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange1-1/+1
2016-09-19crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange1-4/+0
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange2-3/+9
2016-09-19crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange1-4/+9