summaryrefslogtreecommitdiffstats
path: root/qapi/crypto.json
Commit message (Expand)AuthorAgeFilesLines
* qapi: crypto-akcipher: Introduce akcipher types to qapiLei He2022-05-261-0/+64
* qapi: Stop using whitespace for alignment in commentsAndrea Bolognani2022-05-161-21/+21
* qapi: Drop unnecessary empty lines outside of commentsAndrea Bolognani2022-05-161-12/+0Star
* qapi: Add missing separators between sectionsAndrea Bolognani2022-05-161-0/+7
* qapi: Fix malformed "Since:" section tagsMarkus Armbruster2022-05-161-2/+1Star
* crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé2021-07-141-2/+2
* qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded'Kevin Wolf2021-03-191-0/+98
* qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'Kevin Wolf2021-03-191-0/+61
* qapi/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* schemas: Add vim modelineAndrea Bolognani2020-08-031-0/+1
* qcrypto/luks: implement encryption key managementMaxim Levitsky2020-07-061-2/+57
* qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2020-07-061-0/+16
* crypto: Fix defaults in QCryptoBlockCreateOptionsLUKSAlberto Garcia2018-12-121-3/+3
* qapi: remove empty flat union branches and typesAnton Nefedov2018-06-221-12/+1Star
* 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