aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange
2016-07-26crypto: add support for querying parameters for block encryptionDaniel 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-04crypto: add support for TLS priority string overrideDaniel P. Berrange
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel 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-23include: Clean up includesPeter Maydell
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange
2016-01-11crypto: Fix typo in exampleEric Blake
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange