1. 32cad1f include: Rename sysemu/ -> system/ by Philippe Mathieu-Daudé · 3 months ago
  2. a7e4275 crypto: perform runtime check for hash/hmac support in gcrypt by Daniel P. Berrangé · 4 months ago
  3. bbd40a0 crypto: fix error check on gcry_md_open by Daniel P. Berrangé · 4 months ago
  4. d078da8 crypto: Introduce SM3 hash hmac pbkdf algorithm by liequan che · 4 months ago
  5. 62eb377 crypto: purge 'loaded' property that was not fully removed by Daniel P. Berrangé · 4 months ago
  6. f8395ce crypto/hash-afalg: Fix broken build by Markus Armbruster · 4 months ago
  7. dde538c crypto/hash: avoid overwriting user supplied result pointer by Daniel P. Berrangé · 4 months ago
  8. 04eeeec crypto: Remove unused DER string functions by Dr. David Alan Gilbert · 5 months ago
  9. 95cc223 crypto: drop obsolete back compat logic for old nettle by Daniel P. Berrangé · 4 months ago
  10. 24a6271 crypto/hashpriv: Remove old hash API function by Alejandro Zeise · 5 months ago
  11. 8a70903 crypto/hash-afalg: Remove old hash API functions by Alejandro Zeise · 5 months ago
  12. 7908bf7 crypto/hash-nettle: Remove old hash API functions by Alejandro Zeise · 5 months ago
  13. d946043 crypto/hash-gnutls: Remove old hash API functions by Alejandro Zeise · 5 months ago
  14. 7dae595 crypto/hash-gcrypt: Remove old hash API functions by Alejandro Zeise · 5 months ago
  15. 8d46ede crypto/hash-glib: Remove old hash API functions by Alejandro Zeise · 5 months ago
  16. e3c0752 crypto/hash: Implement and use new hash API by Alejandro Zeise · 5 months ago
  17. 90c3dc6 crypto/hash-afalg: Implement new hash API by Alejandro Zeise · 5 months ago
  18. 278d596 crypto/hash-nettle: Implement new hash API by Alejandro Zeise · 5 months ago
  19. f4f3d66 crypto/hash-gnutls: Implement new hash API by Alejandro Zeise · 5 months ago
  20. 4fd0a73 crypto/hash-gcrypt: Implement new hash API by Alejandro Zeise · 5 months ago
  21. c6ccd2a crypto/hash-glib: Implement new hash API by Alejandro Zeise · 5 months ago
  22. 190feb4 crypto: accumulative hashing API by Alejandro Zeise · 5 months ago
  23. 8f52502 qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo by Markus Armbruster · 6 months ago
  24. c96050f qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  25. cd48d82 qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  26. 5e0e510 qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  27. a092c51 qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  28. ef834aa qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix by Markus Armbruster · 6 months ago
  29. 5f4059e qapi/crypto: Drop unwanted 'prefix' by Markus Armbruster · 6 months ago
  30. d23d2ef qapi/crypto: Drop temporary 'prefix' by Markus Armbruster · 6 months ago
  31. 10a1d34 crypto: Introduce x509 utils by Dorjoy Chowdhury · 6 months ago
  32. 9893da7 crypto: Support SHA384 hash when using glib by Dorjoy Chowdhury · 6 months ago
  33. 5d04de7 crypto: Define macros for hash algorithm digest lengths by Dorjoy Chowdhury · 6 months ago
  34. 41162dd crypto: use consistent error reporting pattern for unsupported cipher modes by Daniel P. Berrangé · 9 months ago
  35. 586ac2c crypto: avoid leak of ctx when bad cipher mode is given by Daniel P. Berrangé · 9 months ago
  36. e6c09ea crypto: check gnutls & gcrypt support the requested pbkdf hash by Daniel P. Berrangé · 6 months ago
  37. c72cab5 crypto: run qcrypto_pbkdf2_count_iters in a new thread by Tiago Pasqualini · 6 months ago
  38. 87e012f crypto/tlscredspsk: Free username on finalize by Peter Maydell · 6 months ago
  39. 97f7bf1 crypto: propagate errors from TLS session I/O callbacks by Daniel P. Berrangé · 11 months ago
  40. 57941c9 crypto: push error reporting into TLS session I/O APIs by Daniel P. Berrangé · 11 months ago
  41. 3052333 crypto: drop gnutls debug logging support by Daniel P. Berrangé · 11 months ago
  42. 7cd9b9d crypto/block-luks: make range overlap check more readable by Yao Xingtao · 7 months ago
  43. 3ab0f06 crypto/block: drop qcrypto_block_open() n_threads argument by Stefan Hajnoczi · 9 months ago
  44. af206c2 block/crypto: create ciphers on demand by Stefan Hajnoczi · 9 months ago
  45. e503fc5 crypto: query gcrypt for cipher availability by Daniel P. Berrangé · 12 months ago
  46. eac5730 crypto: factor out conversion of QAPI to gcrypt constants by Daniel P. Berrangé · 12 months ago
  47. 0bd779e crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS by Hyman Huang · 1 year, 1 month ago
  48. d74523a crypto: Modify the qcrypto_block_create to support creation flags by Hyman Huang · 1 year, 1 month ago
  49. 9ad5c4e crypto: Support LUKS volume with detached header by Hyman Huang · 1 year, 1 month ago
  50. 52ed9f4 crypto: Introduce SM4 symmetric cipher algorithm by Hyman Huang · 1 year, 3 months ago
  51. e158f8e crypto/rsakey-builtin.c.inc: Clean up two error paths by Markus Armbruster · 1 year, 6 months ago
  52. da10340 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  53. 0c1a529 crypto: only include tls-cipher-suites in emulators by Paolo Bonzini · 1 year, 5 months ago
  54. 3cc9fe1 crypto: remove shadowed 'ret' variable by Daniel P. Berrangé · 1 year, 5 months ago
  55. 5f6d4f7 crypto/cipher-gnutls.c: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
  56. 00f463b crypto: Add generic 64-bit carry-less multiply routine by Richard Henderson · 1 year, 8 months ago
  57. 9a65a57 crypto: Add generic 32-bit carry-less multiply routines by Richard Henderson · 1 year, 8 months ago
  58. cf1b2ca crypto: Add generic 16-bit carry-less multiply routines by Richard Henderson · 1 year, 8 months ago
  59. 07f348d crypto: Add generic 8-bit carry-less multiply routines by Richard Henderson · 1 year, 8 months ago
  60. f5f3a91 crypto: Add SM4 constant parameter CK by Max Chou · 1 year, 8 months ago
  61. 9ea1700 target/riscv: Use existing lookup tables for MixColumns by Ard Biesheuvel · 1 year, 7 months ago
  62. 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 7 months ago
  63. f703f1e bulk: Do not declare function prototypes using 'extern' keyword by Philippe Mathieu-Daudé · 1 year, 11 months ago
  64. 55a01ca crypto: Always initialize splitkeylen by Akihiko Odaki · 1 year, 9 months ago
  65. ff494c8 crypto: Unexport AES_*_rot, AES_TeN, AES_TdN by Richard Henderson · 1 year, 9 months ago
  66. 1054535 crypto: Remove AES_imc by Richard Henderson · 1 year, 9 months ago
  67. c10c559 crypto: Implement aesdec_IMC with AES_imc_rot by Richard Henderson · 1 year, 9 months ago
  68. 66d940e crypto: Remove AES_shifts, AES_ishifts by Richard Henderson · 1 year, 9 months ago
  69. 28e9147 crypto: Add aesdec_ISB_ISR_AK_IMC by Richard Henderson · 1 year, 9 months ago
  70. 15ff159 crypto: Add aesdec_ISB_ISR_IMC_AK by Richard Henderson · 1 year, 9 months ago
  71. 7c58cb9 crypto: Add aesenc_SB_SR_MC_AK by Richard Henderson · 1 year, 9 months ago
  72. 5b41deb crypto: Add aesdec_IMC by Richard Henderson · 1 year, 9 months ago
  73. 04e1f30 crypto: Add aesenc_MC by Richard Henderson · 1 year, 9 months ago
  74. 192fa84 crypto: Add aesdec_ISB_ISR_AK by Richard Henderson · 1 year, 9 months ago
  75. 6b0a96c crypto: Add aesenc_SB_SR_AK by Richard Henderson · 1 year, 9 months ago
  76. e20e14d crypto/aes: Add AES_SH, AES_ISH macros by Richard Henderson · 1 year, 9 months ago
  77. fb250c5 target/arm: Move aesmc and aesimc tables to crypto/aes.c by Richard Henderson · 1 year, 9 months ago
  78. 25657fc win32: replace closesocket() with close() wrapper by Marc-André Lureau · 2 years ago
  79. 33ee0d8 crypto: TLS: introduce `check_pending` by Antoine Damhet · 2 years, 3 months ago
  80. f4124f8 crypto: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  81. 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years, 2 months ago
  82. 16110c8 qapi crypto: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  83. 5866086 crypto: Support export akcipher to pkcs8 by Lei He · 2 years, 5 months ago
  84. 3b34cca crypto: Support DER encodings by Lei He · 2 years, 5 months ago
  85. 6c19893 crypto: quote algorithm names in error messages by Daniel P. Berrangé · 2 years, 6 months ago
  86. 98c72df crypto: split off helpers for converting LUKS header endianess by Daniel P. Berrangé · 2 years, 10 months ago
  87. 36445ac crypto: split LUKS header definitions off into file by Daniel P. Berrangé · 2 years, 10 months ago
  88. b57151a crypto: check that LUKS PBKDF2 iterations count is non-zero by Daniel P. Berrangé · 2 years, 6 months ago
  89. c5f6962 crypto: strengthen the check for key slots overlapping with LUKS header by Daniel P. Berrangé · 2 years, 6 months ago
  90. d233fbc crypto: validate that LUKS payload doesn't overlap with header by Daniel P. Berrangé · 2 years, 6 months ago
  91. 93569c3 crypto: enforce that key material doesn't overlap with LUKS header by Daniel P. Berrangé · 2 years, 10 months ago
  92. f119596 crypto: enforce that LUKS stripes is always a fixed value by Daniel P. Berrangé · 2 years, 10 months ago
  93. c1d8634 crypto: sanity check that LUKS header strings are NUL-terminated by Daniel P. Berrangé · 2 years, 10 months ago
  94. 3983bf1 crypto: check for and report errors setting PSK credentials by Daniel P. Berrangé · 2 years, 5 months ago
  95. bf98afc crypto/luks: Support creating LUKS image on Darwin by Jungmin Park · 2 years, 6 months ago
  96. 757dda5 crypto: Make block callbacks return 0 on success by Alberto Faria · 2 years, 9 months ago
  97. 689309c test/crypto: Add test suite for crypto akcipher by Lei He · 2 years, 9 months ago
  98. e09d1c2 crypto: Implement RSA algorithm by gcrypt by Lei He · 2 years, 9 months ago
  99. 4c5e512 crypto: Implement RSA algorithm by hogweed by Lei He · 2 years, 9 months ago
  100. 99d423f crypto: add ASN.1 DER decoder by Lei He · 2 years, 9 months ago