aboutsummaryrefslogtreecommitdiff
path: root/qapi/crypto.json
AgeCommit message (Expand)Author
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che
2024-11-05crypto: purge 'loaded' property that was not fully removedDaniel P. Berrangé
2024-10-02qapi/crypto: Supply missing member documentationMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Drop unwanted 'prefix'Markus Armbruster
2024-09-10qapi/crypto: Drop temporary 'prefix'Markus Armbruster
2024-09-10qapi: Smarter camel_to_upper() to reduce need for 'prefix'Markus Armbruster
2024-08-05qapi: Refill doc comments to conform to conventionsMarkus Armbruster
2024-07-29qapi/qom: make some QOM properties depend on the build settingsStefano Garzarella
2024-07-24qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-headerDaniel P. Berrangé
2024-03-26qapi: Correct documentation indentation and whitespaceMarkus Armbruster
2024-02-13Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-02-12qapi: Add missing union tag documentationMarkus Armbruster
2024-02-09crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKSHyman Huang
2024-02-09block: Support detached LUKS header creation using qemu-imgHyman Huang
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang
2023-05-10qapi: Reformat doc comments to conform to current conventionsMarkus Armbruster
2022-05-26qapi: crypto-akcipher: Introduce akcipher types to qapiLei He
2022-05-16qapi: Stop using whitespace for alignment in commentsAndrea Bolognani
2022-05-16qapi: Drop unnecessary empty lines outside of commentsAndrea Bolognani
2022-05-16qapi: Add missing separators between sectionsAndrea Bolognani
2022-05-16qapi: Fix malformed "Since:" section tagsMarkus Armbruster
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé
2021-03-19qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded'Kevin Wolf
2021-03-19qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded'Kevin Wolf
2020-09-17qapi/: fix some comment spelling errorszhaolichang
2020-08-03schemas: Add vim modelineAndrea Bolognani
2020-07-06qcrypto/luks: implement encryption key managementMaxim Levitsky
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky
2018-12-12crypto: Fix defaults in QCryptoBlockCreateOptionsLUKSAlberto Garcia
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov
2017-09-04qapi-schema: Improve section headingsMarkus Armbruster
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster
2017-01-16qapi: add some sections in docsMarc-André Lureau
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)
2016-12-05qapi: fix missing symbol @prefixMarc-André Lureau
2016-10-19crypto: add CTR mode supportGonglei
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange