summaryrefslogtreecommitdiffstats
path: root/qapi/crypto.json
Commit message (Expand)AuthorAgeFilesLines
* qapi-schema: Improve section headingsMarkus Armbruster2017-09-041-1/+1
* qapi: The #optional tag is redundant, dropMarkus Armbruster2017-03-161-11/+11
* qapi: add some sections in docsMarc-André Lureau2017-01-161-1/+4
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-1/+2
* qapi: fix missing symbol @prefixMarc-André Lureau2016-12-051-18/+18
* crypto: add CTR mode supportGonglei2016-10-191-1/+2
* crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange2016-09-191-1/+1
* crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-1/+5
* crypto: add support for querying parameters for block encryptionDaniel P. Berrange2016-07-261-0/+87
* crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange2016-07-041-1/+5
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-171-3/+46
* crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+68
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-1/+2
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-1/+5
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-1/+5
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-1/+4
* crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-171-0/+19
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-0/+30
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-0/+15
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-181-0/+14
* crypto: introduce new base module for TLS credentialsDaniel P. Berrange2015-09-151-0/+21