summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange1-0/+24
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange5-35/+52
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange4-13/+22
2016-09-12crypto: fix building complaintGonglei2-5/+4
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange2-5/+13
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange3-0/+88
2016-07-21crypto: don't open-code qcrypto_hash_supportsDaniel P. Berrange3-6/+3
2016-07-21crypto: use glib as fallback for hash algorithmDaniel P. Berrange3-42/+99
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange2-3/+36