summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-2/+2
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+15
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+48
* crypto: add support for loading encrypted x509 keysDaniel P. Berrange2015-12-181-0/+48
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-182-0/+514
* crypto: avoid two coverity false positive error reportsDaniel P. Berrange2015-12-042-2/+3
* crypto: avoid passing NULL to access() syscallDaniel P. Berrange2015-11-181-1/+2
* crypto: fix mistaken setting of Error in success code pathDaniel P. Berrange2015-11-181-2/+2
* crypto: fix leak of gnutls_dh_params_t data on credential unloadDaniel P. Berrange2015-11-181-0/+4
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-223-24/+80
* crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange2015-10-221-9/+5Star
* crypto: allow use of nettle/gcrypt to be selected explicitlyDaniel P. Berrange2015-10-222-18/+16Star
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-152-0/+575
* crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+546
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-152-0/+264
* crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2015-09-152-0/+224