1. 25657fc win32: replace closesocket() with close() wrapper by Marc-André Lureau · 2 years ago
  2. 33ee0d8 crypto: TLS: introduce `check_pending` by Antoine Damhet · 2 years, 4 months ago
  3. f4124f8 crypto: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  4. 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years, 3 months ago
  5. 16110c8 qapi crypto: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  6. 5866086 crypto: Support export akcipher to pkcs8 by Lei He · 2 years, 5 months ago
  7. 3b34cca crypto: Support DER encodings by Lei He · 2 years, 5 months ago
  8. 6c19893 crypto: quote algorithm names in error messages by Daniel P. Berrangé · 2 years, 6 months ago
  9. 98c72df crypto: split off helpers for converting LUKS header endianess by Daniel P. Berrangé · 2 years, 10 months ago
  10. 36445ac crypto: split LUKS header definitions off into file by Daniel P. Berrangé · 2 years, 10 months ago
  11. b57151a crypto: check that LUKS PBKDF2 iterations count is non-zero by Daniel P. Berrangé · 2 years, 6 months ago
  12. c5f6962 crypto: strengthen the check for key slots overlapping with LUKS header by Daniel P. Berrangé · 2 years, 6 months ago
  13. d233fbc crypto: validate that LUKS payload doesn't overlap with header by Daniel P. Berrangé · 2 years, 6 months ago
  14. 93569c3 crypto: enforce that key material doesn't overlap with LUKS header by Daniel P. Berrangé · 2 years, 10 months ago
  15. f119596 crypto: enforce that LUKS stripes is always a fixed value by Daniel P. Berrangé · 2 years, 10 months ago
  16. c1d8634 crypto: sanity check that LUKS header strings are NUL-terminated by Daniel P. Berrangé · 2 years, 10 months ago
  17. 3983bf1 crypto: check for and report errors setting PSK credentials by Daniel P. Berrangé · 2 years, 5 months ago
  18. bf98afc crypto/luks: Support creating LUKS image on Darwin by Jungmin Park · 2 years, 6 months ago
  19. 757dda5 crypto: Make block callbacks return 0 on success by Alberto Faria · 2 years, 9 months ago
  20. 689309c test/crypto: Add test suite for crypto akcipher by Lei He · 2 years, 10 months ago
  21. e09d1c2 crypto: Implement RSA algorithm by gcrypt by Lei He · 2 years, 10 months ago
  22. 4c5e512 crypto: Implement RSA algorithm by hogweed by Lei He · 2 years, 10 months ago
  23. 99d423f crypto: add ASN.1 DER decoder by Lei He · 2 years, 10 months ago
  24. db5ca5f crypto: Introduce akcipher crypto class by zhenwei pi · 2 years, 10 months ago
  25. 0310641 crypto: make loaded property read-only by Paolo Bonzini · 2 years, 10 months ago
  26. 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 2 years, 10 months ago
  27. c29da5a crypto: move sm4_sbox from target/arm by Weiwei Li · 2 years, 11 months ago
  28. 2edd2c0 meson, configure: move keyctl test to meson by Paolo Bonzini · 2 years, 11 months ago
  29. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  30. e7b7942 Drop qemu_foo() socket API wrapper by Marc-André Lureau · 3 years, 1 month ago
  31. d41997e crypto: mandate a hostname when checking x509 creds on a client by Daniel P. Berrangé · 3 years ago
  32. c55cf6a configure, meson: move some default-disabled options to meson_options.txt by Paolo Bonzini · 3 years, 5 months ago
  33. 34b5261 configure, meson: move AF_ALG test to meson by Paolo Bonzini · 3 years, 4 months ago
  34. 8c1d3dc crypto: add gnutls pbkdf provider by Daniel P. Berrangé · 3 years, 8 months ago
  35. 678307b crypto: add gnutls hmac provider by Daniel P. Berrangé · 3 years, 8 months ago
  36. 9a85ca0 crypto: add gnutls hash provider by Daniel P. Berrangé · 3 years, 8 months ago
  37. 3d2b61f crypto: add gnutls cipher provider by Daniel P. Berrangé · 3 years, 8 months ago
  38. cc4c7c7 crypto: introduce build system for gnutls crypto backend by Daniel P. Berrangé · 3 years, 8 months ago
  39. 83bee4b crypto: replace 'des-rfb' cipher with 'des' by Daniel P. Berrangé · 3 years, 8 months ago
  40. 6801404 crypto: delete built-in XTS cipher mode support by Daniel P. Berrangé · 3 years, 8 months ago
  41. 21407dd crypto: delete built-in DES implementation by Daniel P. Berrangé · 3 years, 8 months ago
  42. 7b40aa4 crypto: drop custom XTS support in gcrypt driver by Daniel P. Berrangé · 3 years, 8 months ago
  43. ea7a680 crypto: drop gcrypt thread initialization code by Daniel P. Berrangé · 3 years, 8 months ago
  44. 678bcc3 crypto: Make QCryptoTLSCreds* structures private by Philippe Mathieu-Daudé · 3 years, 8 months ago
  45. e9ac680 crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper by Philippe Mathieu-Daudé · 3 years, 8 months ago
  46. 5761251 configure, meson: convert crypto detection to meson by Paolo Bonzini · 3 years, 9 months ago
  47. fd4eddc crypto: drop used conditional check by Daniel P. Berrangé · 3 years, 10 months ago
  48. b33a846 crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 10 months ago
  49. 115e4b7 crypto: drop back compatibility typedefs for nettle by Daniel P. Berrangé · 3 years, 10 months ago
  50. 20ba7a4 crypto: bump min nettle to 3.4, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 10 months ago
  51. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  52. a29acc9 crypto: add reload for QCryptoTLSCredsClass by Zihao Chang · 4 years ago
  53. c93c7dc crypto: Add spaces around operator by shiliyang · 4 years, 4 months ago
  54. ab366aa crypto: Fix memory leaks in set_loaded for tls-* by Kevin Wolf · 4 years, 3 months ago
  55. 668cb74 crypto: Forbid broken unloading of secrets by Kevin Wolf · 4 years, 3 months ago
  56. 31b6aef crypto: Move USER_CREATABLE to secret_common base class by Kevin Wolf · 4 years, 3 months ago
  57. 8573431 crypto: Fix some code style problems, add spaces around operator by shiliyang · 4 years, 3 months ago
  58. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
  59. 2389304 crypto: Move the creation of the library to the main meson.build by Philippe Mathieu-Daudé · 4 years, 5 months ago
  60. c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 6 months ago
  61. 1b010d9 crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses by Richard Henderson · 4 years, 6 months ago
  62. 53ddad9 crypto/nettle: Split QCryptoCipherNettle into subclasses by Richard Henderson · 4 years, 6 months ago
  63. a3db31b crypto/builtin: Split QCryptoCipherBuiltin into subclasses by Richard Henderson · 4 years, 6 months ago
  64. ef186f4 crypto/builtin: Split and simplify AES_encrypt_cbc by Richard Henderson · 4 years, 6 months ago
  65. a2d76b6 crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c by Richard Henderson · 4 years, 6 months ago
  66. 8ee47cd crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt by Richard Henderson · 4 years, 6 months ago
  67. 838e463 crypto/builtin: Remove odd-sized AES block handling by Richard Henderson · 4 years, 6 months ago
  68. e46064a crypto: Constify cipher data tables by Richard Henderson · 4 years, 6 months ago
  69. da30cd7 crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new by Richard Henderson · 4 years, 6 months ago
  70. 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 6 months ago
  71. 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 6 months ago
  72. 954721f crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h by Richard Henderson · 4 years, 6 months ago
  73. d6f7740 crypto/nettle: Fix xts_encrypt arguments by Richard Henderson · 4 years, 6 months ago
  74. 7d823bf crypto: Remove redundant includes by Richard Henderson · 4 years, 6 months ago
  75. 6d92bdf crypto: Rename cipher include files to .c.inc by Richard Henderson · 4 years, 6 months ago
  76. eba2977 crypto: Assume blocksize is a power of 2 by Richard Henderson · 4 years, 6 months ago
  77. 46859d9 crypto: fix build with gcrypt enabled by Daniel P. Berrangé · 4 years, 6 months ago
  78. a7c893a tls-cipher-suites: Correct instance_size by Eduardo Habkost · 4 years, 6 months ago
  79. 5582c58 meson: convert crypto directory to Meson by Marc-André Lureau · 6 years ago
  80. a81df1b libqemuutil, qapi, trace: convert to meson by Paolo Bonzini · 4 years, 7 months ago
  81. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  82. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  83. aecdfcc Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' into staging by Peter Maydell · 4 years, 8 months ago
  84. 557d2bd qcrypto/luks: implement encryption key management by Maxim Levitsky · 4 years, 8 months ago
  85. 43cbd06 qcrypto/core: add generic infrastructure for crypto options amendment by Maxim Levitsky · 4 years, 8 months ago
  86. 69699f3 crypto/tls-cipher-suites: Produce fw_cfg consumable blob by Philippe Mathieu-Daudé · 4 years, 10 months ago
  87. 993aec2 crypto: Add tls-cipher-suites object by Philippe Mathieu-Daudé · 6 years ago
  88. d6cca8e crypto: Remove use of GCRYPT_VERSION macro. by Richard W.M. Jones · 4 years, 9 months ago
  89. 54e7aac crypto/linux_keyring: add 'secret_keyring' secret object. by Alexey Krasikov · 4 years, 10 months ago
  90. 4862bd3 crypto/secret: move main logic from 'secret' to 'secret_common'. by Alexey Krasikov · 4 years, 10 months ago
  91. b767d25 crypto: add "none" random provider by Marek Marczykowski-Górecki · 4 years, 10 months ago
  92. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  93. ccebb5f crypto: Redundant type conversion for AES_KEY pointer by Chen Qun · 4 years, 10 months ago
  94. 861c50b crypto/secret: fix inconsequential errors. by Alexey Krasikov · 4 years, 11 months ago
  95. 569644f crypto: fix getter of a QCryptoSecret's property by Tong Ho · 5 years ago
  96. 6d49d3a luks: extract qcrypto_block_calculate_payload_offset() by Stefan Hajnoczi · 5 years ago
  97. 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  98. 8cb846d crypto: Fix certificate file error handling crash bug by Markus Armbruster · 5 years ago
  99. 44e9f23 stubs: replace stubs with lnot if applicable by Paolo Bonzini · 6 years ago
  100. b8d89ba crypto: move common bits for all emulators to libqemuutil by Paolo Bonzini · 6 years ago