1. e361a77 Don't talk about the LGPL if the file is licensed under the GPL by Thomas Huth · 6 years ago
  2. c972fa1 crypto: support multiple threads accessing one QCryptoBlock by Vladimir Sementsov-Ogievskiy · 6 years ago
  3. dbddad7 tests: call qcrypto_init instead of gnutls_global_init by Daniel P. Berrangé · 7 years ago
  4. e1a6dc9 crypto: Implement TLS Pre-Shared Keys (PSK). by Richard W.M. Jones · 7 years ago
  5. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  6. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  7. 4609742 block: convert qcrypto_block_encrypt|decrypt to take bytes offset by Daniel P. Berrange · 7 years ago
  8. 850f49d crypto: expose encryption sector size in APIs by Daniel P. Berrange · 7 years ago
  9. 14a5a2a crypto: hmac: add hmac driver framework by Longpeng(Mike) · 8 years ago
  10. 9767b75 crypto: hmac: move crypto/hmac.h into include/crypto/ by Longpeng(Mike) · 8 years ago
  11. 75c8007 crypto: cipher: add cipher driver framework by Longpeng(Mike) · 8 years ago
  12. 1cd9a78 block: pass option prefix down to crypto layer by Daniel P. Berrange · 8 years ago
  13. a372781 crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs by Geert Martin Ijewski · 8 years ago
  14. e4a3507 crypto: move 'opaque' parameter to (nearly) the end of parameter list by Daniel P. Berrange · 8 years ago
  15. 3750923 crypto: Make errp the last parameter of functions by Fam Zheng · 8 years ago
  16. 3c28292 crypto: add CTR mode support by Gonglei · 8 years ago
  17. f844836 crypto: extend mode as a parameter in qcrypto_cipher_supports() by Gonglei · 8 years ago
  18. e74aabc crypto: use correct derived key size when timing pbkdf by Daniel P. Berrange · 8 years ago
  19. 59b060b crypto: use uint64_t for pbkdf iteration count parameters by Daniel P. Berrange · 8 years ago
  20. 40c8502 crypto: add support for querying parameters for block encryption by Daniel P. Berrange · 9 years ago
  21. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  22. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  23. 13f1243 crypto: add support for TLS priority string override by Daniel P. Berrange · 9 years ago
  24. c8d70e5 crypto: aes: always rename internal symbols by Mike Frysinger · 9 years ago
  25. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  26. 7136fc1 include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h by Markus Armbruster · 9 years ago
  27. 7d96901 crypto: add block encryption framework by Daniel P. Berrange · 9 years ago
  28. 84f7f18 crypto: import an implementation of the XTS cipher mode by Daniel P. Berrange · 9 years ago
  29. 5a95e0f crypto: add support for anti-forensic split algorithm by Daniel P. Berrange · 9 years ago
  30. cb73089 crypto: add support for generating initialization vectors by Daniel P. Berrange · 9 years ago
  31. 37788f2 crypto: add support for PBKDF2 algorithm by Daniel P. Berrange · 9 years ago
  32. b917da4 crypto: add cryptographic random byte source by Daniel P. Berrange · 9 years ago
  33. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  34. 07982d2 crypto: fix description of @errp parameter initialization by Daniel P. Berrange · 9 years ago
  35. b3afe33 crypto: Fix typo in example by Eric Blake · 9 years ago
  36. d8c02bc crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI by Daniel P. Berrange · 9 years ago
  37. d84b79d crypto: move QCryptoHashAlgorithm enum definition into QAPI by Daniel P. Berrange · 9 years ago
  38. 7b36064 crypto: add ability to query hash digest len by Daniel P. Berrange · 9 years ago
  39. dd2bf9e crypto: add additional query accessors for cipher instances by Daniel P. Berrange · 9 years ago
  40. 1d7b5b4 crypto: add support for loading encrypted x509 keys by Daniel P. Berrange · 9 years ago
  41. ac1d887 crypto: add QCryptoSecret object class for password/key handling by Daniel P. Berrange · 9 years ago
  42. d321e1e crypto: introduce new module for handling TLS sessions by Daniel P. Berrange · 10 years ago
  43. 9a2fd43 crypto: add sanity checking of TLS x509 credentials by Daniel P. Berrange · 10 years ago
  44. 85bcbc7 crypto: introduce new module for TLS x509 credentials by Daniel P. Berrange · 10 years ago
  45. e00adf6 crypto: introduce new module for TLS anonymous credentials by Daniel P. Berrange · 10 years ago
  46. a090187 crypto: introduce new base module for TLS credentials by Daniel P. Berrange · 10 years ago
  47. ca38a4c crypto: introduce generic cipher API & built-in implementation by Daniel P. Berrange · 10 years ago
  48. 9fd7246 crypto: move built-in D3DES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  49. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  50. ddbb0d0 crypto: introduce new module for computing hash digests by Daniel P. Berrange · 10 years ago