[libvirt] [PATCH REPOST 0/4] Couple of random and crypto adjustments

John Ferlan jferlan at redhat.com
Mon Jun 6 18:13:45 UTC 2016


Originally posted :

http://www.redhat.com/archives/libvir-list/2016-May/msg01650.html

Updated to current head and reposted.

John Ferlan (4):
  util: Add range parameters to virRandomBytes
  storage: Use virRandomBytes for virStorageGenerateQcowPassphrase
  util: Alter virCryptoEncryptData for non GNUTLS builds
  util: Adjust virCryptoEncryptData code to use macros

 src/storage/storage_backend.c   | 10 +++--
 src/util/vircrypto.c            | 88 +++++++++++++++++++++++++----------------
 src/util/virrandom.c            | 13 ++++--
 src/util/virrandom.h            |  3 +-
 src/util/virstorageencryption.c | 42 +++++++-------------
 src/util/virstorageencryption.h |  4 +-
 src/util/viruuid.c              |  2 +-
 tests/qemuxml2argvmock.c        |  2 +-
 tests/vircryptotest.c           |  4 +-
 tests/virrandommock.c           | 10 +++--
 tests/virrandomtest.c           | 32 +++++++++++----
 11 files changed, 124 insertions(+), 86 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list