aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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)
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange
2017-05-16fix mingw build failureGerd Hoffmann
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng
2017-02-27crypto: assert cipher algorithm is always validPrasad J Pandit
2017-02-27crypto: fix leak in ivgen essiv initLi Qiang
2016-12-22crypto: support HMAC algorithms based on nettleLongpeng(Mike)
2016-12-22crypto: support HMAC algorithms based on glibLongpeng(Mike)
2016-12-22crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)
2016-12-22crypto: add HMAC algorithms frameworkLongpeng(Mike)
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)
2016-12-21cipher: fix leak on initialization errorMarc-André Lureau
2016-10-20crypto: fix initialization of gcrypt threadingDaniel P. Berrange
2016-10-19crypto: add mode check in qcrypto_cipher_new() for cipher-builtinGonglei
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-23crypto: Switch to QEMU UUID APIFam Zheng
2016-09-19crypto: add trace points for TLS cert verificationDaniel P. Berrange
2016-09-19crypto: support more hash algorithms for pbkdfDaniel P. Berrange
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange
2016-09-19crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange
2016-09-19crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange
2016-09-12crypto: fix building complaintGonglei
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange
2016-07-21crypto: don't open-code qcrypto_hash_supportsDaniel P. Berrange
2016-07-21crypto: use glib as fallback for hash algorithmDaniel P. Berrange
2016-07-21crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster