Age | Commit message (Expand) | Author | Files | Lines |
2024-10-02 | qapi/crypto: Supply missing member documentation | Markus Armbruster | 1 | -0/+4 |
2024-09-10 | qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -5/+4 |
2024-09-10 | qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -4/+3 |
2024-09-10 | qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -5/+4 |
2024-09-10 | qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -5/+4 |
2024-09-10 | qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -9/+8 |
2024-09-10 | qapi/crypto: Drop unwanted 'prefix' | Markus Armbruster | 1 | -1/+0 |
2024-09-10 | qapi/crypto: Drop temporary 'prefix' | Markus Armbruster | 1 | -2/+0 |
2024-09-10 | qapi: Smarter camel_to_upper() to reduce need for 'prefix' | Markus Armbruster | 1 | -4/+2 |
2024-08-05 | qapi: Refill doc comments to conform to conventions | Markus Armbruster | 1 | -4/+4 |
2024-07-29 | qapi/qom: make some QOM properties depend on the build settings | Stefano Garzarella | 1 | -1/+2 |
2024-07-24 | qapi: drop unused QCryptoBlockCreateOptionsLUKS.detached-header | Daniel P. Berrangé | 1 | -4/+1 |
2024-03-26 | qapi: Correct documentation indentation and whitespace | Markus Armbruster | 1 | -6/+6 |
2024-02-13 | Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 1 | -0/+2 |
2024-02-12 | qapi: Add missing union tag documentation | Markus Armbruster | 1 | -0/+2 |
2024-02-09 | crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS | Hyman Huang | 1 | -0/+3 |
2024-02-09 | block: Support detached LUKS header creation using qemu-img | Hyman Huang | 1 | -1/+4 |
2024-02-09 | crypto: Introduce SM4 symmetric cipher algorithm | Hyman Huang | 1 | -1/+4 |
2023-05-10 | qapi: Reformat doc comments to conform to current conventions | Markus Armbruster | 1 | -104/+157 |
2022-05-26 | qapi: crypto-akcipher: Introduce akcipher types to qapi | Lei He | 1 | -0/+64 |
2022-05-16 | qapi: Stop using whitespace for alignment in comments | Andrea Bolognani | 1 | -21/+21 |
2022-05-16 | qapi: Drop unnecessary empty lines outside of comments | Andrea Bolognani | 1 | -12/+0 |
2022-05-16 | qapi: Add missing separators between sections | Andrea Bolognani | 1 | -0/+7 |
2022-05-16 | qapi: Fix malformed "Since:" section tags | Markus Armbruster | 1 | -2/+1 |
2021-07-14 | crypto: replace 'des-rfb' cipher with 'des' | Daniel P. Berrangé | 1 | -2/+2 |
2021-03-19 | qapi/qom: Add ObjectOptions for tls-*, deprecate 'loaded' | Kevin Wolf | 1 | -0/+98 |
2021-03-19 | qapi/qom: Add ObjectOptions for secret*, deprecate 'loaded' | Kevin Wolf | 1 | -0/+61 |
2020-09-17 | qapi/: fix some comment spelling errors | zhaolichang | 1 | -2/+2 |
2020-08-03 | schemas: Add vim modeline | Andrea Bolognani | 1 | -0/+1 |
2020-07-06 | qcrypto/luks: implement encryption key management | Maxim Levitsky | 1 | -2/+57 |
2020-07-06 | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky | 1 | -0/+16 |
2018-12-12 | crypto: Fix defaults in QCryptoBlockCreateOptionsLUKS | Alberto Garcia | 1 | -3/+3 |
2018-06-22 | qapi: remove empty flat union branches and types | Anton Nefedov | 1 | -12/+1 |
2017-09-04 | qapi-schema: Improve section headings | Markus Armbruster | 1 | -1/+1 |
2017-03-16 | qapi: The #optional tag is redundant, drop | Markus Armbruster | 1 | -11/+11 |
2017-01-16 | qapi: add some sections in docs | Marc-André Lureau | 1 | -1/+4 |
2016-12-21 | crypto: add 3des-ede support when using libgcrypt/nettle | Longpeng(Mike) | 1 | -1/+2 |
2016-12-05 | qapi: fix missing symbol @prefix | Marc-André Lureau | 1 | -18/+18 |
2016-10-19 | crypto: add CTR mode support | Gonglei | 1 | -1/+2 |
2016-09-19 | crypto: increase default pbkdf2 time for luks to 2 seconds | Daniel P. Berrange | 1 | -1/+1 |
2016-09-19 | crypto: make PBKDF iterations configurable for LUKS format | Daniel P. Berrange | 1 | -1/+5 |
2016-07-26 | crypto: add support for querying parameters for block encryption | Daniel P. Berrange | 1 | -0/+87 |
2016-07-04 | crypto: implement sha224, sha384, sha512 and ripemd160 hashes | Daniel P. Berrange | 1 | -1/+5 |
2016-03-17 | crypto: implement the LUKS block encryption format | Daniel P. Berrange | 1 | -3/+46 |
2016-03-17 | crypto: add block encryption framework | Daniel P. Berrange | 1 | -0/+68 |
2016-03-17 | crypto: wire up XTS mode for cipher APIs | Daniel P. Berrange | 1 | -1/+2 |
2016-03-17 | crypto: add support for the twofish cipher algorithm | Daniel P. Berrange | 1 | -1/+5 |
2016-03-17 | crypto: add support for the serpent cipher algorithm | Daniel P. Berrange | 1 | -1/+5 |
2016-03-17 | crypto: add support for the cast5-128 cipher algorithm | Daniel P. Berrange | 1 | -1/+4 |
2016-03-17 | crypto: add support for generating initialization vectors | Daniel P. Berrange | 1 | -0/+19 |