qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL v3 0/4] Misc fixes for crypto code module
Date: Thu, 22 Oct 2015 19:05:18 +0100	[thread overview]
Message-ID: <1445537122-10982-1-git-send-email-berrange@redhat.com> (raw)

The following changes since commit ca3e40e233e87f7b29442311736a82da01c0df7b:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-22 12:41:44 +0100)

are available in the git repository at:

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

for you to fetch changes up to 90246037760a2a1d64da67782200b690de24cc49:

  configure: avoid polluting global CFLAGS with tasn1 flags (2015-10-22 19:03:08 +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                  | 111 +++++++++++++++++++++++++++++++++++++--------
 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, 282 insertions(+), 71 deletions(-)

-- 
2.4.3

             reply	other threads:[~2015-10-22 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 18:05 Daniel P. Berrange [this message]
2015-10-22 18:05 ` [Qemu-devel] [PULL v3 1/4] crypto: allow use of nettle/gcrypt to be selected explicitly Daniel P. Berrange
2015-10-22 18:05 ` [Qemu-devel] [PULL v3 2/4] crypto: don't let builtin aes crash if no IV is provided Daniel P. Berrange
2015-10-22 18:05 ` [Qemu-devel] [PULL v3 3/4] crypto: add sanity checking of plaintext/ciphertext length Daniel P. Berrange
2015-10-22 18:05 ` [Qemu-devel] [PULL v3 4/4] configure: avoid polluting global CFLAGS with tasn1 flags Daniel P. Berrange
2015-10-23 12:06 ` [Qemu-devel] [PULL v3 0/4] Misc fixes for crypto code module Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445537122-10982-1-git-send-email-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).