summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2016-03-225-6/+2Star
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+232
* crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-171-0/+86
* crypto: add support for anti-forensic split algorithmDaniel P. Berrange2016-03-171-0/+135
* crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-171-0/+206
* crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-171-0/+152
* crypto: add cryptographic random byte sourceDaniel P. Berrange2016-03-171-0/+44
* include: Clean up includesPeter Maydell2016-02-235-5/+0Star
* crypto: fix description of @errp parameter initializationDaniel P. Berrange2016-02-013-14/+14
* crypto: Fix typo in exampleEric Blake2016-01-111-1/+1
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-15/+2Star
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-8/+1Star
* crypto: add ability to query hash digest lenDaniel P. Berrange2015-12-231-0/+11
* crypto: add additional query accessors for cipher instancesDaniel P. Berrange2015-12-231-0/+37
* crypto: add support for loading encrypted x509 keysDaniel P. Berrange2015-12-181-0/+1
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-181-0/+148
* crypto: introduce new module for handling TLS sessionsDaniel P. Berrange2015-09-151-0/+322
* crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+1
* crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange2015-09-151-0/+112
* crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange2015-09-151-0/+112
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-151-0/+68
* crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-081-0/+210
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-071-0/+49
* crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-071-0/+68
* crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-072-0/+218