1. a092c51 qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix by Markus Armbruster · 4 months ago
  2. 41162dd crypto: use consistent error reporting pattern for unsupported cipher modes by Daniel P. Berrangé · 6 months ago
  3. 586ac2c crypto: avoid leak of ctx when bad cipher mode is given by Daniel P. Berrangé · 6 months ago
  4. 52ed9f4 crypto: Introduce SM4 symmetric cipher algorithm by Hyman Huang · 1 year ago
  5. 83bee4b crypto: replace 'des-rfb' cipher with 'des' by Daniel P. Berrangé · 3 years, 6 months ago
  6. 115e4b7 crypto: drop back compatibility typedefs for nettle by Daniel P. Berrangé · 3 years, 7 months ago
  7. 20ba7a4 crypto: bump min nettle to 3.4, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 7 months ago
  8. 53ddad9 crypto/nettle: Split QCryptoCipherNettle into subclasses by Richard Henderson · 4 years, 4 months ago
  9. da30cd7 crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new by Richard Henderson · 4 years, 4 months ago
  10. 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 4 months ago
  11. 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 4 months ago
  12. d6f7740 crypto/nettle: Fix xts_encrypt arguments by Richard Henderson · 4 years, 4 months ago
  13. 7d823bf crypto: Remove redundant includes by Richard Henderson · 4 years, 4 months ago
  14. 6d92bdf crypto: Rename cipher include files to .c.inc by Richard Henderson · 4 years, 4 months ago[Renamed from crypto/cipher-nettle.c]
  15. eba2977 crypto: Assume blocksize is a power of 2 by Richard Henderson · 4 years, 4 months ago
  16. dc2207a crypto: add support for nettle's native XTS impl by Daniel P. Berrangé · 5 years ago
  17. b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
  18. e8e67ca crypto: switch to modern nettle AES APIs by Daniel P. Berrangé · 5 years ago
  19. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
  20. 75c8007 crypto: cipher: add cipher driver framework by Longpeng(Mike) · 7 years ago
  21. eabe6c5 crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend by Longpeng(Mike) · 7 years ago
  22. cc5eff0 crypto: cipher: introduce context free function by Longpeng(Mike) · 7 years ago
  23. ffb7bf4 crypto: add 3des-ede support when using libgcrypt/nettle by Longpeng(Mike) · 8 years ago
  24. d4c6480 cipher: fix leak on initialization error by Marc-André Lureau · 8 years ago
  25. 3c28292 crypto: add CTR mode support by Gonglei · 8 years ago
  26. f844836 crypto: extend mode as a parameter in qcrypto_cipher_supports() by Gonglei · 8 years ago
  27. 90d6f60 crypto: report enum strings instead of values in errors by Daniel P. Berrange · 8 years ago
  28. a5d2f44 crypto: ensure XTS is only used with ciphers with 16 byte blocks by Daniel P. Berrange · 8 years ago
  29. f7ac78c crypto: fix cipher function signature mismatch with nettle & xts by Daniel P. Berrange · 9 years ago
  30. 621e6ae crypto: add compat cast5_set_key with nettle < 3.0.0 by Daniel P. Berrange · 9 years ago
  31. eaec903 crypto: wire up XTS mode for cipher APIs by Daniel P. Berrange · 9 years ago
  32. e3ba0b6 crypto: refactor code for dealing with AES cipher by Daniel P. Berrange · 9 years ago
  33. 50f6753 crypto: add support for the twofish cipher algorithm by Daniel P. Berrange · 9 years ago
  34. 9431852 crypto: add support for the serpent cipher algorithm by Daniel P. Berrange · 9 years ago
  35. 084a85e crypto: add support for the cast5-128 cipher algorithm by Daniel P. Berrange · 9 years ago
  36. 42f7a44 crypto: Clean up includes by Peter Maydell · 9 years ago
  37. 3a661f1 crypto: add sanity checking of plaintext/ciphertext length by Daniel P. Berrange · 9 years ago
  38. bd09594 crypto: Fix aes_decrypt_wrapper() by Kevin Wolf · 9 years ago
  39. d3462e3 crypto: avoid undefined behavior in nettle calls by Radim Krčmář · 9 years ago
  40. becaeb7 crypto: fix build with nettle >= 3.0.0 by Radim Krčmář · 9 years ago
  41. ed75474 crypto: add a nettle cipher implementation by Daniel P. Berrange · 9 years ago