summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-097-5/+2Star
* crypto: fix stack-buffer-overflow errorMarc-André Lureau2018-01-161-1/+1
* crypto: afalg: fix a NULL pointer dereferenceLongpeng2017-11-083-15/+7Star
* block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange2017-10-064-16/+32
* crypto: expose encryption sector size in APIsDaniel P. Berrange2017-10-064-2/+12
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-043-6/+6
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-0411-24/+24
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-041-1/+0Star
* crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()Markus Armbruster2017-09-041-12/+7Star
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)2017-07-193-17/+121
* crypto: hash: add afalg-backend hash supportLongpeng(Mike)2017-07-195-0/+163
* crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)2017-07-195-4/+271
* crypto: introduce some common functions for af_alg backendLongpeng(Mike)2017-07-193-0/+171
* crypto: hmac: add hmac driver frameworkLongpeng(Mike)2017-07-195-114/+144
* crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)2017-07-191-10/+24
* crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-10/+24
* crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-10/+25
* crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)2017-07-191-166/+0Star
* crypto: hash: add hash driver frameworkLongpeng(Mike)2017-07-195-18/+83
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-195-123/+189
* crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)2017-07-191-46/+55
* crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-12/+29
* crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)2017-07-191-17/+33
* crypto: cipher: introduce context free functionLongpeng(Mike)2017-07-192-17/+32
* block: pass option prefix down to crypto layerDaniel P. Berrange2017-07-114-6/+18
* fix mingw build failureGerd Hoffmann2017-05-161-1/+1
* crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski2017-05-094-8/+48
* crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange2017-05-091-5/+8
* crypto: Make errp the last parameter of functionsFam Zheng2017-04-241-12/+9Star
* crypto: assert cipher algorithm is always validPrasad J Pandit2017-02-271-6/+2Star
* crypto: fix leak in ivgen essiv initLi Qiang2017-02-271-0/+1
* crypto: support HMAC algorithms based on nettleLongpeng(Mike)2016-12-221-3/+133
* crypto: support HMAC algorithms based on glibLongpeng(Mike)2016-12-221-0/+122
* crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)2016-12-221-2/+109
* crypto: add HMAC algorithms frameworkLongpeng(Mike)2016-12-226-0/+376
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-213-2/+48
* cipher: fix leak on initialization errorMarc-André Lureau2016-12-211-3/+2Star
* crypto: fix initialization of gcrypt threadingDaniel P. Berrange2016-10-201-3/+4
* crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei2016-10-191-0/+11
* crypto: add CTR mode supportGonglei2016-10-193-7/+34
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-193-3/+37
* crypto: Switch to QEMU UUID APIFam Zheng2016-09-231-19/+7Star
* crypto: add trace points for TLS cert verificationDaniel P. Berrange2016-09-192-2/+9
* crypto: support more hash algorithms for pbkdfDaniel P. Berrange2016-09-192-10/+65
* crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange2016-09-191-1/+1
* crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange2016-09-191-4/+0Star
* crypto: use correct derived key size when timing pbkdfDaniel P. Berrange2016-09-192-3/+9
* crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange2016-09-191-4/+9
* crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-0/+24