summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster5-6/+2
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange1-0/+232
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange1-0/+86
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange1-0/+135
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange1-0/+206
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange1-0/+152
2016-03-17crypto: add cryptographic random byte sourceDaniel P. Berrange1-0/+44
2016-02-23include: Clean up includesPeter Maydell5-5/+0
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange3-14/+14
2016-01-11crypto: Fix typo in exampleEric Blake1-1/+1
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-15/+2
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange1-8/+1
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+11
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+37
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange1-0/+1
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange1-0/+148
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange1-0/+322
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange1-0/+1
2015-09-15crypto: introduce new module for TLS x509 credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new module for TLS anonymous credentialsDaniel P. Berrange1-0/+112
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange1-0/+68
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange1-0/+210
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange1-0/+49
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-0/+68
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange2-0/+218