Age | Commit message (Expand) | Author |
2016-09-19 | crypto: remove bogus /= 2 for pbkdf iterations | Daniel P. Berrange |
2016-09-19 | crypto: use correct derived key size when timing pbkdf | Daniel P. Berrange |
2016-09-19 | crypto: clear out buffer after timing pbkdf algorithm | Daniel P. Berrange |
2016-09-19 | crypto: make PBKDF iterations configurable for LUKS format | Daniel P. Berrange |
2016-09-19 | crypto: use uint64_t for pbkdf iteration count parameters | Daniel P. Berrange |
2016-09-12 | crypto: report enum strings instead of values in errors | Daniel P. Berrange |
2016-09-12 | crypto: fix building complaint | Gonglei |
2016-09-12 | crypto: ensure XTS is only used with ciphers with 16 byte blocks | Daniel P. Berrange |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-07-26 | crypto: add support for querying parameters for block encryption | Daniel P. Berrange |
2016-07-21 | crypto: don't open-code qcrypto_hash_supports | Daniel P. Berrange |
2016-07-21 | crypto: use glib as fallback for hash algorithm | Daniel P. Berrange |
2016-07-21 | crypto: use /dev/[u]random as a final fallback random source | Daniel P. Berrange |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-04 | crypto: allow default TLS priority to be chosen at build time | Daniel P. Berrange |
2016-07-04 | crypto: add support for TLS priority string override | Daniel P. Berrange |
2016-07-04 | crypto: implement sha224, sha384, sha512 and ripemd160 hashes | Daniel P. Berrange |
2016-07-04 | crypto: switch hash code to use nettle/gcrypt directly | Daniel P. Berrange |
2016-07-04 | crypto: fix handling of iv generator hash defaults | Daniel P. Berrange |
2016-06-20 | trace: split out trace events for crypto/ directory | Daniel P. Berrange |
2016-06-13 | crypto: assert that qcrypto_hash_digest_len is in range | Paolo Bonzini |
2016-06-13 | TLS: provide slightly more information when TLS certificate loading fails | Alex Bligh |
2016-06-07 | crypto: Use DIV_ROUND_UP | Laurent Vivier |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-03-30 | crypto: do an explicit check for nettle pbkdf functions | Daniel P. Berrange |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-21 | crypto: fix cipher function signature mismatch with nettle & xts | Daniel P. Berrange |
2016-03-21 | crypto: add compat cast5_set_key with nettle < 3.0.0 | Daniel P. Berrange |
2016-03-17 | crypto: implement the LUKS block encryption format | Daniel P. Berrange |
2016-03-17 | crypto: add block encryption framework | Daniel P. Berrange |
2016-03-17 | crypto: wire up XTS mode for cipher APIs | Daniel P. Berrange |
2016-03-17 | crypto: refactor code for dealing with AES cipher | Daniel P. Berrange |
2016-03-17 | crypto: import an implementation of the XTS cipher mode | Daniel P. Berrange |
2016-03-17 | crypto: add support for the twofish cipher algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add support for the serpent cipher algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add support for the cast5-128 cipher algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add support for anti-forensic split algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add support for generating initialization vectors | Daniel P. Berrange |
2016-03-17 | crypto: add support for PBKDF2 algorithm | Daniel P. Berrange |
2016-03-17 | crypto: add cryptographic random byte source | Daniel P. Berrange |
2016-02-02 | crypto: ensure qcrypto_hash_digest_len is always defined | Daniel P. Berrange |
2016-02-01 | crypto: register properties against the class instead of object | Daniel P. Berrange |
2016-01-29 | crypto: Clean up includes | Peter Maydell |
2016-01-22 | fpu: Replace uint8 typedef with uint8_t | Peter Maydell |
2015-12-23 | crypto: fix transposed arguments in cipher error message | Daniel P. Berrange |
2015-12-23 | crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI | Daniel P. Berrange |