summaryrefslogtreecommitdiffstats
path: root/qapi/crypto.json
Commit message (Expand)AuthorAgeFilesLines
* 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