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