aboutsummaryrefslogtreecommitdiff
path: root/qapi/crypto.json
AgeCommit message (Expand)AuthorFilesLines
8 daysqapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefixMarkus Armbruster1-5/+4
8 daysqapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster1-4/+3
8 daysqapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefixMarkus Armbruster1-5/+4
8 daysqapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster1-5/+4
8 daysqapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster1-9/+8
8 daysqapi/crypto: Drop unwanted 'prefix'Markus Armbruster1-1/+0
8 daysqapi/crypto: Drop temporary 'prefix'Markus Armbruster1-2/+0
8 daysqapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster1-4/+2
2024-08-05qapi: Refill doc comments to conform to conventionsMarkus Armbruster1-4/+4
2024-07-29qapi/qom: make some QOM properties depend on the build settingsStefano Garzarella1-1/+2
2024-07-24qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-headerDaniel P. Berrangé1-4/+1
2024-03-26qapi: Correct documentation indentation and whitespaceMarkus Armbruster1-6/+6
2024-02-13Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-0/+2
2024-02-12qapi: Add missing union tag documentationMarkus Armbruster1-0/+2
2024-02-09crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKSHyman Huang1-0/+3
2024-02-09block: Support detached LUKS header creation using qemu-imgHyman Huang1-1/+4
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang1-1/+4
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