summaryrefslogtreecommitdiff
path: root/qapi/crypto.json
AgeCommit message (Expand)AuthorFilesLines
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange1-3/+46
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange1-0/+68
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-1/+2
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-1/+5
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-1/+5
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-1/+4
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange1-0/+19
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange1-0/+30
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange1-0/+15
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange1-0/+14
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange1-0/+21