| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | crypto: add trace points for TLS cert verification | Daniel P. Berrange | 2016-09-19 | 2 | -2/+9 |
* | crypto: support more hash algorithms for pbkdf | Daniel P. Berrange | 2016-09-19 | 2 | -10/+65 |
* | crypto: increase default pbkdf2 time for luks to 2 seconds | Daniel P. Berrange | 2016-09-19 | 1 | -1/+1 |
* | crypto: remove bogus /= 2 for pbkdf iterations | Daniel P. Berrange | 2016-09-19 | 1 | -4/+0 |
* | crypto: use correct derived key size when timing pbkdf | Daniel P. Berrange | 2016-09-19 | 2 | -3/+9 |
* | crypto: clear out buffer after timing pbkdf algorithm | Daniel P. Berrange | 2016-09-19 | 1 | -4/+9 |
* | crypto: make PBKDF iterations configurable for LUKS format | Daniel P. Berrange | 2016-09-19 | 1 | -0/+24 |
* | crypto: use uint64_t for pbkdf iteration count parameters | Daniel P. Berrange | 2016-09-19 | 5 | -35/+52 |
* | crypto: report enum strings instead of values in errors | Daniel P. Berrange | 2016-09-12 | 4 | -13/+22 |
* | crypto: fix building complaint | Gonglei | 2016-09-12 | 2 | -5/+4 |
* | crypto: ensure XTS is only used with ciphers with 16 byte blocks | Daniel P. Berrange | 2016-09-12 | 2 | -5/+13 |
* | trace-events: fix first line comment in trace-events | Laurent Vivier | 2016-08-12 | 1 | -1/+1 |
* | crypto: add support for querying parameters for block encryption | Daniel P. Berrange | 2016-07-26 | 3 | -0/+88 |
* | crypto: don't open-code qcrypto_hash_supports | Daniel P. Berrange | 2016-07-21 | 3 | -6/+3 |
* | crypto: use glib as fallback for hash algorithm | Daniel P. Berrange | 2016-07-21 | 3 | -42/+99 |
* | crypto: use /dev/[u]random as a final fallback random source | Daniel P. Berrange | 2016-07-21 | 2 | -3/+36 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 2 | -6/+6 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2016-07-12 | 3 | -10/+9 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 3 | -3/+3 |
* | crypto: allow default TLS priority to be chosen at build time | Daniel P. Berrange | 2016-07-04 | 1 | -2/+2 |
* | crypto: add support for TLS priority string override | Daniel P. Berrange | 2016-07-04 | 2 | -7/+45 |
* | crypto: implement sha224, sha384, sha512 and ripemd160 hashes | Daniel P. Berrange | 2016-07-04 | 3 | -0/+37 |
* | crypto: switch hash code to use nettle/gcrypt directly | Daniel P. Berrange | 2016-07-04 | 5 | -105/+276 |
* | crypto: fix handling of iv generator hash defaults | Daniel P. Berrange | 2016-07-04 | 1 | -0/+21 |
* | trace: split out trace events for crypto/ directory | Daniel P. Berrange | 2016-06-20 | 1 | -0/+19 |
* | crypto: assert that qcrypto_hash_digest_len is in range | Paolo Bonzini | 2016-06-13 | 1 | -3/+1 |
* | TLS: provide slightly more information when TLS certificate loading fails | Alex Bligh | 2016-06-13 | 1 | -6/+11 |
* | crypto: Use DIV_ROUND_UP | Laurent Vivier | 2016-06-07 | 1 | -4/+2 |
* | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 2 | -0/+2 |
* | crypto: do an explicit check for nettle pbkdf functions | Daniel P. Berrange | 2016-03-30 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-03-24 | 19 | -0/+23 |
|\ |
|
| * | include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h | Markus Armbruster | 2016-03-22 | 3 | -0/+3 |
| * | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 19 | -0/+20 |