summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange2016-09-191-4/+0Star
* crypto: use correct derived key size when timing pbkdfDaniel P. Berrange2016-09-192-3/+9
* crypto: clear out buffer after timing pbkdf algorithmDaniel P. Berrange2016-09-191-4/+9
* crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-0/+24
* crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange2016-09-195-35/+52
* crypto: report enum strings instead of values in errorsDaniel P. Berrange2016-09-124-13/+22
* crypto: fix building complaintGonglei2016-09-122-5/+4Star
* crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange2016-09-122-5/+13
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* crypto: add support for querying parameters for block encryptionDaniel P. Berrange2016-07-263-0/+88
* crypto: don't open-code qcrypto_hash_supportsDaniel P. Berrange2016-07-213-6/+3Star
* crypto: use glib as fallback for hash algorithmDaniel P. Berrange2016-07-213-42/+99
* crypto: use /dev/[u]random as a final fallback random sourceDaniel P. Berrange2016-07-212-3/+36
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-122-6/+6
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-123-10/+9Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-123-3/+3
* crypto: allow default TLS priority to be chosen at build timeDaniel P. Berrange2016-07-041-2/+2
* crypto: add support for TLS priority string overrideDaniel P. Berrange2016-07-042-7/+45
* crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange2016-07-043-0/+37
* crypto: switch hash code to use nettle/gcrypt directlyDaniel P. Berrange2016-07-045-105/+276
* crypto: fix handling of iv generator hash defaultsDaniel P. Berrange2016-07-041-0/+21
* trace: split out trace events for crypto/ directoryDaniel P. Berrange2016-06-201-0/+19
* crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini2016-06-131-3/+1Star
* TLS: provide slightly more information when TLS certificate loading failsAlex Bligh2016-06-131-6/+11
* crypto: Use DIV_ROUND_UPLaurent Vivier2016-06-071-4/+2Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-192-0/+2
* crypto: do an explicit check for nettle pbkdf functionsDaniel P. Berrange2016-03-301-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-2419-0/+23
|\
| * include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2016-03-223-0/+3
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-2219-0/+20
* | crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange2016-03-211-35/+109
* | crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange2016-03-211-0/+2
|/
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-174-0/+1359
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-175-0/+553
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-174-44/+270
* crypto: refactor code for dealing with AES cipherDaniel P. Berrange2016-03-172-74/+109
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-172-0/+231
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-173-0/+48
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-173-0/+55
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-173-1/+45
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2016-03-172-0/+159
* crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-179-0/+472
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-175-0/+288
* crypto: add cryptographic random byte sourceDaniel P. Berrange2016-03-174-0/+111
* crypto: ensure qcrypto_hash_digest_len is always definedDaniel P. Berrange2016-02-021-13/+17
* crypto: register properties against the class instead of objectDaniel P. Berrange2016-02-014-72/+66Star
* crypto: Clean up includesPeter Maydell2016-01-2913-0/+13
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2016-01-221-1/+1
* crypto: fix transposed arguments in cipher error messageDaniel P. Berrange2015-12-231-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-4/+4