| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | crypto: require nettle >= 2.7.1 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 1 | -2/+2 |
* | crypto: require libgcrypt >= 1.5.0 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 2 | -3/+2 |
* | crypto: require gnutls >= 3.1.18 for building QEMU | Daniel P. Berrangé | 2018-10-19 | 4 | -49/+4 |
* | crypto: Implement TLS Pre-Shared Keys (PSK). | Richard W.M. Jones | 2018-07-03 | 4 | -2/+366 |
* | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé | 2018-06-29 | 2 | -40/+0 |
* | crypto: use local path for local headers | Michael S. Tsirkin | 2018-06-01 | 16 | -23/+23 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 7 | -5/+2 |
* | crypto: fix stack-buffer-overflow error | Marc-André Lureau | 2018-01-16 | 1 | -1/+1 |
* | crypto: afalg: fix a NULL pointer dereference | Longpeng | 2017-11-08 | 3 | -15/+7 |
* | block: convert qcrypto_block_encrypt|decrypt to take bytes offset | Daniel P. Berrange | 2017-10-06 | 4 | -16/+32 |
* | crypto: expose encryption sector size in APIs | Daniel P. Berrange | 2017-10-06 | 4 | -2/+12 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 3 | -6/+6 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 11 | -24/+24 |
* | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 2017-09-04 | 1 | -1/+0 |
* | crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup() | Markus Armbruster | 2017-09-04 | 1 | -12/+7 |
* | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |
* | crypto: hmac: add af_alg-backend hmac support | Longpeng(Mike) | 2017-07-19 | 3 | -17/+121 |
* | crypto: hash: add afalg-backend hash support | Longpeng(Mike) | 2017-07-19 | 5 | -0/+163 |
* | crypto: cipher: add afalg-backend cipher support | Longpeng(Mike) | 2017-07-19 | 5 | -4/+271 |
* | crypto: introduce some common functions for af_alg backend | Longpeng(Mike) | 2017-07-19 | 3 | -0/+171 |
* | crypto: hmac: add hmac driver framework | Longpeng(Mike) | 2017-07-19 | 5 | -114/+144 |
* | crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend | Longpeng(Mike) | 2017-07-19 | 1 | -10/+24 |
* | crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend | Longpeng(Mike) | 2017-07-19 | 1 | -10/+24 |
* | crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend | Longpeng(Mike) | 2017-07-19 | 1 | -10/+25 |
* | crypto: hmac: move crypto/hmac.h into include/crypto/ | Longpeng(Mike) | 2017-07-19 | 1 | -166/+0 |
* | crypto: hash: add hash driver framework | Longpeng(Mike) | 2017-07-19 | 5 | -18/+83 |
* | crypto: cipher: add cipher driver framework | Longpeng(Mike) | 2017-07-19 | 5 | -123/+189 |
* | crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend | Longpeng(Mike) | 2017-07-19 | 1 | -46/+55 |
* | crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend | Longpeng(Mike) | 2017-07-19 | 1 | -12/+29 |
* | crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend | Longpeng(Mike) | 2017-07-19 | 1 | -17/+33 |
* | crypto: cipher: introduce context free function | Longpeng(Mike) | 2017-07-19 | 2 | -17/+32 |
* | block: pass option prefix down to crypto layer | Daniel P. Berrange | 2017-07-11 | 4 | -6/+18 |
* | fix mingw build failure | Gerd Hoffmann | 2017-05-16 | 1 | -1/+1 |
* | crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs | Geert Martin Ijewski | 2017-05-09 | 4 | -8/+48 |
* | crypto: move 'opaque' parameter to (nearly) the end of parameter list | Daniel P. Berrange | 2017-05-09 | 1 | -5/+8 |
* | crypto: Make errp the last parameter of functions | Fam Zheng | 2017-04-24 | 1 | -12/+9 |
* | crypto: assert cipher algorithm is always valid | Prasad J Pandit | 2017-02-27 | 1 | -6/+2 |
* | crypto: fix leak in ivgen essiv init | Li Qiang | 2017-02-27 | 1 | -0/+1 |
* | crypto: support HMAC algorithms based on nettle | Longpeng(Mike) | 2016-12-22 | 1 | -3/+133 |
* | crypto: support HMAC algorithms based on glib | Longpeng(Mike) | 2016-12-22 | 1 | -0/+122 |
* | crypto: support HMAC algorithms based on libgcrypt | Longpeng(Mike) | 2016-12-22 | 1 | -2/+109 |
* | crypto: add HMAC algorithms framework | Longpeng(Mike) | 2016-12-22 | 6 | -0/+376 |
* | crypto: add 3des-ede support when using libgcrypt/nettle | Longpeng(Mike) | 2016-12-21 | 3 | -2/+48 |
* | cipher: fix leak on initialization error | Marc-André Lureau | 2016-12-21 | 1 | -3/+2 |
* | crypto: fix initialization of gcrypt threading | Daniel P. Berrange | 2016-10-20 | 1 | -3/+4 |
* | crypto: add mode check in qcrypto_cipher_new() for cipher-builtin | Gonglei | 2016-10-19 | 1 | -0/+11 |
* | crypto: add CTR mode support | Gonglei | 2016-10-19 | 3 | -7/+34 |
* | crypto: extend mode as a parameter in qcrypto_cipher_supports() | Gonglei | 2016-10-19 | 3 | -3/+37 |
* | crypto: Switch to QEMU UUID API | Fam Zheng | 2016-09-23 | 1 | -19/+7 |