1. 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 4 months ago
  2. c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 4 months ago
  3. c47edb8 Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-request' into staging by Peter Maydell · 4 years, 5 months ago
  4. a2d76b6 crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c by Richard Henderson · 4 years, 5 months ago
  5. 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 5 months ago
  6. 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 5 months ago
  7. 954721f crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h by Richard Henderson · 4 years, 5 months ago
  8. 1ff5adf Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 5 months ago
  9. c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 5 months ago
  10. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
  11. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
  12. 1c8eef0 Delete duplicate QOM typedefs by Eduardo Habkost · 4 years, 5 months ago
  13. 221db5d qapi: enable use of g_autoptr with QAPI types by Daniel P. Berrangé · 4 years, 6 months ago
  14. aecdfcc Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' into staging by Peter Maydell · 4 years, 7 months ago
  15. 43cbd06 qcrypto/core: add generic infrastructure for crypto options amendment by Maxim Levitsky · 4 years, 7 months ago
  16. 993aec2 crypto: Add tls-cipher-suites object by Philippe Mathieu-Daudé · 6 years ago
  17. 54e7aac crypto/linux_keyring: add 'secret_keyring' secret object. by Alexey Krasikov · 4 years, 8 months ago
  18. 4862bd3 crypto/secret: move main logic from 'secret' to 'secret_common'. by Alexey Krasikov · 4 years, 8 months ago
  19. 6d49d3a luks: extract qcrypto_block_calculate_payload_offset() by Stefan Hajnoczi · 5 years ago
  20. 118bf79 crypto: Fix typo in QCryptoTLSSession's <example> comment by Markus Armbruster · 5 years ago
  21. 133cf1e crypto: define cleanup functions for use with g_autoptr by Daniel P. Berrangé · 6 years ago
  22. b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
  23. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  24. d049b1f crypto: Change the qcrypto_random_bytes buffer type to void* by Richard Henderson · 6 years ago
  25. e361a77 Don't talk about the LGPL if the file is licensed under the GPL by Thomas Huth · 6 years ago
  26. c972fa1 crypto: support multiple threads accessing one QCryptoBlock by Vladimir Sementsov-Ogievskiy · 6 years ago
  27. dbddad7 tests: call qcrypto_init instead of gnutls_global_init by Daniel P. Berrangé · 7 years ago
  28. e1a6dc9 crypto: Implement TLS Pre-Shared Keys (PSK). by Richard W.M. Jones · 7 years ago
  29. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  30. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  31. 4609742 block: convert qcrypto_block_encrypt|decrypt to take bytes offset by Daniel P. Berrange · 7 years ago
  32. 850f49d crypto: expose encryption sector size in APIs by Daniel P. Berrange · 7 years ago
  33. 14a5a2a crypto: hmac: add hmac driver framework by Longpeng(Mike) · 8 years ago
  34. 9767b75 crypto: hmac: move crypto/hmac.h into include/crypto/ by Longpeng(Mike) · 8 years ago
  35. 75c8007 crypto: cipher: add cipher driver framework by Longpeng(Mike) · 8 years ago
  36. 1cd9a78 block: pass option prefix down to crypto layer by Daniel P. Berrange · 8 years ago
  37. a372781 crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs by Geert Martin Ijewski · 8 years ago
  38. e4a3507 crypto: move 'opaque' parameter to (nearly) the end of parameter list by Daniel P. Berrange · 8 years ago
  39. 3750923 crypto: Make errp the last parameter of functions by Fam Zheng · 8 years ago
  40. 3c28292 crypto: add CTR mode support by Gonglei · 8 years ago
  41. f844836 crypto: extend mode as a parameter in qcrypto_cipher_supports() by Gonglei · 8 years ago
  42. e74aabc crypto: use correct derived key size when timing pbkdf by Daniel P. Berrange · 8 years ago
  43. 59b060b crypto: use uint64_t for pbkdf iteration count parameters by Daniel P. Berrange · 8 years ago
  44. 40c8502 crypto: add support for querying parameters for block encryption by Daniel P. Berrange · 9 years ago
  45. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  46. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  47. 13f1243 crypto: add support for TLS priority string override by Daniel P. Berrange · 9 years ago
  48. c8d70e5 crypto: aes: always rename internal symbols by Mike Frysinger · 9 years ago
  49. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  50. 7136fc1 include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h by Markus Armbruster · 9 years ago
  51. 7d96901 crypto: add block encryption framework by Daniel P. Berrange · 9 years ago
  52. 84f7f18 crypto: import an implementation of the XTS cipher mode by Daniel P. Berrange · 9 years ago
  53. 5a95e0f crypto: add support for anti-forensic split algorithm by Daniel P. Berrange · 9 years ago
  54. cb73089 crypto: add support for generating initialization vectors by Daniel P. Berrange · 9 years ago
  55. 37788f2 crypto: add support for PBKDF2 algorithm by Daniel P. Berrange · 9 years ago
  56. b917da4 crypto: add cryptographic random byte source by Daniel P. Berrange · 9 years ago
  57. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  58. 07982d2 crypto: fix description of @errp parameter initialization by Daniel P. Berrange · 9 years ago
  59. b3afe33 crypto: Fix typo in example by Eric Blake · 9 years ago
  60. d8c02bc crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI by Daniel P. Berrange · 9 years ago
  61. d84b79d crypto: move QCryptoHashAlgorithm enum definition into QAPI by Daniel P. Berrange · 9 years ago
  62. 7b36064 crypto: add ability to query hash digest len by Daniel P. Berrange · 9 years ago
  63. dd2bf9e crypto: add additional query accessors for cipher instances by Daniel P. Berrange · 9 years ago
  64. 1d7b5b4 crypto: add support for loading encrypted x509 keys by Daniel P. Berrange · 9 years ago
  65. ac1d887 crypto: add QCryptoSecret object class for password/key handling by Daniel P. Berrange · 9 years ago
  66. d321e1e crypto: introduce new module for handling TLS sessions by Daniel P. Berrange · 10 years ago
  67. 9a2fd43 crypto: add sanity checking of TLS x509 credentials by Daniel P. Berrange · 10 years ago
  68. 85bcbc7 crypto: introduce new module for TLS x509 credentials by Daniel P. Berrange · 10 years ago
  69. e00adf6 crypto: introduce new module for TLS anonymous credentials by Daniel P. Berrange · 10 years ago
  70. a090187 crypto: introduce new base module for TLS credentials by Daniel P. Berrange · 10 years ago
  71. ca38a4c crypto: introduce generic cipher API & built-in implementation by Daniel P. Berrange · 10 years ago
  72. 9fd7246 crypto: move built-in D3DES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  73. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  74. ddbb0d0 crypto: introduce new module for computing hash digests by Daniel P. Berrange · 10 years ago