summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster5-3/+5
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-4/+0
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-6/+8
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange1-0/+15
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)1-0/+1
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)1-0/+166
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-0/+1
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-1/+5
2017-05-09crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libsGeert Martin Ijewski1-0/+9
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange1-3/+3
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-6/+6
2016-10-19crypto: add CTR mode supportGonglei1-3/+3
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-2/+4
2016-09-19crypto: use correct derived key size when timing pbkdfDaniel P. Berrange1-1/+5
2016-09-19crypto: use uint64_t for pbkdf iteration count parametersDaniel P. Berrange1-5/+5
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange1-0/+16
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster10-31/+30
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster5-17/+15
2016-07-04crypto: add support for TLS priority string overrideDaniel P. Berrange1-0/+1
2016-06-13crypto: aes: always rename internal symbolsMike Frysinger1-3/+2
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
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