qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module
@ 2015-10-21 10:47 Daniel P. Berrange
  2015-10-21 10:47 ` [Qemu-devel] [PULL v1 1/4] crypto: allow use of nettle/gcrypt to be selected explicitly Daniel P. Berrange
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Daniel P. Berrange @ 2015-10-21 10:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

The following changes since commit ee9dfed242610ecb91418270fd46b875ed56e201:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20151020-1' into staging (2015-10-20 12:56:45 +0100)

are available in the git repository at:

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

for you to fetch changes up to 635b2807565e0724e4aed73f8ca54f14df051499:

  configure: avoid polluting global CFLAGS with tasn1 flags (2015-10-21 11:42:42 +0100)

----------------------------------------------------------------
Merge qcrypto-fixes 2015/10/21

----------------------------------------------------------------
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                  | 94 +++++++++++++++++++++++++++++++++++++---------
 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, 266 insertions(+), 70 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-22 10:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 10:47 [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module Daniel P. Berrange
2015-10-21 10:47 ` [Qemu-devel] [PULL v1 1/4] crypto: allow use of nettle/gcrypt to be selected explicitly Daniel P. Berrange
2015-10-21 10:47 ` [Qemu-devel] [PULL v1 2/4] crypto: don't let builtin aes crash if no IV is provided Daniel P. Berrange
2015-10-21 10:47 ` [Qemu-devel] [PULL v1 3/4] crypto: add sanity checking of plaintext/ciphertext length Daniel P. Berrange
2015-10-21 10:47 ` [Qemu-devel] [PULL v1 4/4] configure: avoid polluting global CFLAGS with tasn1 flags Daniel P. Berrange
2015-10-21 20:21 ` [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module Peter Maydell
2015-10-22 10:13   ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).