aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-04crypto: allow default TLS priority to be chosen at build timeDaniel P. Berrange
2016-07-04crypto: add support for TLS priority string overrideDaniel P. Berrange
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange
2016-07-04crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange
2016-07-04crypto: fix handling of iv generator hash defaultsDaniel P. Berrange
2016-06-20trace: split out trace events for crypto/ directoryDaniel P. Berrange
2016-06-13crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini
2016-06-13TLS: provide slightly more information when TLS certificate loading failsAlex Bligh
2016-06-07crypto: Use DIV_ROUND_UPLaurent Vivier
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-30crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-21crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange
2016-03-21crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange
2016-02-02crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange
2016-02-01crypto: register properties against the class instead of objectDaniel P. Berrange