aboutsummaryrefslogtreecommitdiff
path: root/qapi/crypto.json
AgeCommit message (Expand)AuthorFilesLines
2023-05-10qapi: Reformat doc comments to conform to current conventionsMarkus Armbruster1-104/+157
2022-05-26qapi: crypto-akcipher: Introduce akcipher types to qapiLei He1-0/+64
2022-05-16qapi: Stop using whitespace for alignment in commentsAndrea Bolognani1-21/+21
2022-05-16qapi: Drop unnecessary empty lines outside of commentsAndrea Bolognani1-12/+0
2022-05-16qapi: Add missing separators between sectionsAndrea Bolognani1-0/+7
2022-05-16qapi: Fix malformed "Since:" section tagsMarkus Armbruster1-2/+1
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé1-2/+2
2021-03-19qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded'Kevin Wolf1-0/+98
2021-03-19qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'Kevin Wolf1-0/+61
2020-09-17qapi/: fix some comment spelling errorszhaolichang1-2/+2
2020-08-03schemas: Add vim modelineAndrea Bolognani1-0/+1
2020-07-06qcrypto/luks: implement encryption key managementMaxim Levitsky1-2/+57
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky1-0/+16
2018-12-12crypto: Fix defaults in QCryptoBlockCreateOptionsLUKSAlberto Garcia1-3/+3
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov1-12/+1
2017-09-04qapi-schema: Improve section headingsMarkus Armbruster1-1/+1
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster1-11/+11
2017-01-16qapi: add some sections in docsMarc-André Lureau1-1/+4
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)1-1/+2
2016-12-05qapi: fix missing symbol @prefixMarc-André Lureau1-18/+18
2016-10-19crypto: add CTR mode supportGonglei1-1/+2
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange1-1/+1
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange1-1/+5
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange1-0/+87
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange1-1/+5
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