1. 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 5 months ago
  2. 55a01ca crypto: Always initialize splitkeylen by Akihiko Odaki · 1 year, 7 months ago
  3. 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years ago
  4. 16110c8 qapi crypto: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 1 month ago
  5. 6c19893 crypto: quote algorithm names in error messages by Daniel P. Berrangé · 2 years, 3 months ago
  6. 98c72df crypto: split off helpers for converting LUKS header endianess by Daniel P. Berrangé · 2 years, 7 months ago
  7. 36445ac crypto: split LUKS header definitions off into file by Daniel P. Berrangé · 2 years, 7 months ago
  8. b57151a crypto: check that LUKS PBKDF2 iterations count is non-zero by Daniel P. Berrangé · 2 years, 3 months ago
  9. c5f6962 crypto: strengthen the check for key slots overlapping with LUKS header by Daniel P. Berrangé · 2 years, 3 months ago
  10. d233fbc crypto: validate that LUKS payload doesn't overlap with header by Daniel P. Berrangé · 2 years, 3 months ago
  11. 93569c3 crypto: enforce that key material doesn't overlap with LUKS header by Daniel P. Berrangé · 2 years, 7 months ago
  12. f119596 crypto: enforce that LUKS stripes is always a fixed value by Daniel P. Berrangé · 2 years, 7 months ago
  13. c1d8634 crypto: sanity check that LUKS header strings are NUL-terminated by Daniel P. Berrangé · 2 years, 7 months ago
  14. 757dda5 crypto: Make block callbacks return 0 on success by Alberto Faria · 2 years, 6 months ago
  15. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
  16. 557d2bd qcrypto/luks: implement encryption key management by Maxim Levitsky · 4 years, 6 months ago
  17. befdba9 qcrypto-luks: more rigorous header checking by Maxim Levitsky · 5 years ago
  18. bd56a55 qcrypto-luks: simplify the math used for keyslot locations by Maxim Levitsky · 5 years ago
  19. 3994a7c qcrypto-luks: extract store key function by Maxim Levitsky · 5 years ago
  20. 9fa9c1c qcrypto-luks: extract check and parse header by Maxim Levitsky · 5 years ago
  21. dde2c5a qcrypto-luks: extract store and load header by Maxim Levitsky · 5 years ago
  22. 61dd8a9 qcrypto-luks: purge unused error codes from open callback by Maxim Levitsky · 5 years ago
  23. 9d80e59 qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS by Maxim Levitsky · 5 years ago
  24. 7e60a6f qcrypto-luks: pass keyslot index rather that pointer to the keyslot by Maxim Levitsky · 5 years ago
  25. 1ddd52e qcrypto-luks: simplify masterkey and masterkey length by Maxim Levitsky · 5 years ago
  26. 70b2a1f qcrypto-luks: don't overwrite cipher_mode in header by Maxim Levitsky · 5 years ago
  27. f0d3c36 qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader by Maxim Levitsky · 5 years ago
  28. 57b9f11 crypto: use auto cleanup for many stack variables by Daniel P. Berrangé · 5 years ago
  29. b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
  30. 5993e3b crypto/block: remove redundant struct packing to fix build with gcc 9 by Greg Kurz · 6 years ago
  31. c972fa1 crypto: support multiple threads accessing one QCryptoBlock by Vladimir Sementsov-Ogievskiy · 6 years ago
  32. 0f0d596 crypto/block: introduce qcrypto_block_*crypt_helper functions by Vladimir Sementsov-Ogievskiy · 6 years ago
  33. 0270417 crypto/block: rename qcrypto_block_*crypt_helper by Vladimir Sementsov-Ogievskiy · 6 years ago
  34. b640adc crypto/block-luks: fix memory leak in qcrypto_block_luks_create by Vladimir Sementsov-Ogievskiy · 6 years ago
  35. 986bc8d crypto: use local path for local headers by Michael S. Tsirkin · 7 years ago
  36. 4609742 block: convert qcrypto_block_encrypt|decrypt to take bytes offset by Daniel P. Berrange · 7 years ago
  37. 850f49d crypto: expose encryption sector size in APIs by Daniel P. Berrange · 7 years ago
  38. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  39. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
  40. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
  41. 9ae3307 crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup() by Markus Armbruster · 7 years ago
  42. 1cd9a78 block: pass option prefix down to crypto layer by Daniel P. Berrange · 7 years ago
  43. e4a3507 crypto: move 'opaque' parameter to (nearly) the end of parameter list by Daniel P. Berrange · 8 years ago
  44. 3750923 crypto: Make errp the last parameter of functions by Fam Zheng · 8 years ago
  45. 2ef950f crypto: Switch to QEMU UUID API by Fam Zheng · 8 years ago
  46. 2ab66cd crypto: increase default pbkdf2 time for luks to 2 seconds by Daniel P. Berrange · 8 years ago
  47. acd0dfd crypto: remove bogus /= 2 for pbkdf iterations by Daniel P. Berrange · 8 years ago
  48. e74aabc crypto: use correct derived key size when timing pbkdf by Daniel P. Berrange · 8 years ago
  49. 3bd1889 crypto: make PBKDF iterations configurable for LUKS format by Daniel P. Berrange · 8 years ago
  50. 59b060b crypto: use uint64_t for pbkdf iteration count parameters by Daniel P. Berrange · 8 years ago
  51. 40c8502 crypto: add support for querying parameters for block encryption by Daniel P. Berrange · 8 years ago
  52. 8b7cdba crypto: fix handling of iv generator hash defaults by Daniel P. Berrange · 9 years ago
  53. 207ba7c crypto: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  54. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  55. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  56. 3e308f2 crypto: implement the LUKS block encryption format by Daniel P. Berrange · 9 years ago