1. c0377a7 crypto: ensure qcrypto_hash_digest_len is always defined by Daniel P. Berrange · 9 years ago
  2. 9884abe crypto: register properties against the class instead of object by Daniel P. Berrange · 10 years ago
  3. 42f7a44 crypto: Clean up includes by Peter Maydell · 9 years ago
  4. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  5. 50de626 crypto: fix transposed arguments in cipher error message by Daniel P. Berrange · 9 years ago
  6. d8c02bc crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI by Daniel P. Berrange · 9 years ago
  7. d84b79d crypto: move QCryptoHashAlgorithm enum definition into QAPI by Daniel P. Berrange · 9 years ago
  8. 7b36064 crypto: add ability to query hash digest len by Daniel P. Berrange · 9 years ago
  9. dd2bf9e crypto: add additional query accessors for cipher instances by Daniel P. Berrange · 9 years ago
  10. 1d7b5b4 crypto: add support for loading encrypted x509 keys by Daniel P. Berrange · 9 years ago
  11. ac1d887 crypto: add QCryptoSecret object class for password/key handling by Daniel P. Berrange · 9 years ago
  12. 0e1d024 crypto: avoid two coverity false positive error reports by Daniel P. Berrange · 9 years ago
  13. 08cb175 crypto: avoid passing NULL to access() syscall by Daniel P. Berrange · 9 years ago
  14. 6ef8cd7 crypto: fix mistaken setting of Error in success code path by Daniel P. Berrange · 9 years ago
  15. 61b9251 crypto: fix leak of gnutls_dh_params_t data on credential unload by Daniel P. Berrange · 9 years ago
  16. 3a661f1 crypto: add sanity checking of plaintext/ciphertext length by Daniel P. Berrange · 9 years ago
  17. eb2a770 crypto: don't let builtin aes crash if no IV is provided by Daniel P. Berrange · 9 years ago
  18. 91bfcdb crypto: allow use of nettle/gcrypt to be selected explicitly by Daniel P. Berrange · 9 years ago
  19. d321e1e crypto: introduce new module for handling TLS sessions by Daniel P. Berrange · 10 years ago
  20. 9a2fd43 crypto: add sanity checking of TLS x509 credentials by Daniel P. Berrange · 10 years ago
  21. 85bcbc7 crypto: introduce new module for TLS x509 credentials by Daniel P. Berrange · 10 years ago
  22. e00adf6 crypto: introduce new module for TLS anonymous credentials by Daniel P. Berrange · 10 years ago
  23. a090187 crypto: introduce new base module for TLS credentials by Daniel P. Berrange · 10 years ago
  24. fb37726 crypto: move crypto objects out of libqemuutil.la by Daniel P. Berrange · 10 years ago
  25. 6775e2c crypto: fix built-in AES decrypt function by Daniel P. Berrange · 10 years ago
  26. bd09594 crypto: Fix aes_decrypt_wrapper() by Kevin Wolf · 10 years ago
  27. d3462e3 crypto: avoid undefined behavior in nettle calls by Radim Krčmář · 10 years ago
  28. becaeb7 crypto: fix build with nettle >= 3.0.0 by Radim Krčmář · 10 years ago
  29. 4f4f697 crypto: fix builtin qcrypto_cipher_free by Paolo Bonzini · 10 years ago
  30. ed75474 crypto: add a nettle cipher implementation by Daniel P. Berrange · 10 years ago
  31. 62893b6 crypto: add a gcrypt cipher implementation by Daniel P. Berrange · 10 years ago
  32. ca38a4c crypto: introduce generic cipher API & built-in implementation by Daniel P. Berrange · 10 years ago
  33. 9fd7246 crypto: move built-in D3DES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  34. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  35. ddbb0d0 crypto: introduce new module for computing hash digests by Daniel P. Berrange · 10 years ago