qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 0/4] Misc fixes for crypto code module


From: Daniel P. Berrange
Subject: [Qemu-devel] [PULL v2 0/4] Misc fixes for crypto code module
Date: Thu, 22 Oct 2015 11:20:45 +0100

The following changes since commit 8bfaa25fce2c22060a17501980943538801056de:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into 
staging (2015-10-21 15:07:42 +0100)

are available in the git repository at:

  https://github.com/berrange/qemu.git tags/qcrypto-fixes-pull-20151022-1

for you to fetch changes up to ae0f478a32b2f3beb84343a5f6b07fa3fabb0811:

  configure: avoid polluting global CFLAGS with tasn1 flags (2015-10-22 
11:12:19 +0100)

----------------------------------------------------------------
Merge qcrypto-fixes 2015/10/22

----------------------------------------------------------------
Daniel P. Berrange (4):
  crypto: allow use of nettle/gcrypt to be selected explicitly
  crypto: don't let builtin aes crash if no IV is provided
  crypto: add sanity checking of plaintext/ciphertext length
  configure: avoid polluting global CFLAGS with tasn1 flags

 configure                  | 114 ++++++++++++++++++++++++++++++++++++++-------
 crypto/cipher-builtin.c    |  29 ++++++++----
 crypto/cipher-gcrypt.c     |  61 +++++++++++++++++-------
 crypto/cipher-nettle.c     |  28 +++++++----
 crypto/cipher.c            |   8 ++--
 crypto/init.c              |  26 +++++------
 tests/Makefile             |  10 +++-
 tests/test-crypto-cipher.c |  80 +++++++++++++++++++++++++++++++
 8 files changed, 285 insertions(+), 71 deletions(-)

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]