All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PULL v1 0/6] Merge qcrypto 2016/10/19
Date: Wed, 19 Oct 2016 11:02:42 +0100	[thread overview]
Message-ID: <1476871368-9120-1-git-send-email-berrange@redhat.com> (raw)

The following changes since commit e8ddc2eae5ccc41f0815e5c43e70cb04a7e67e2e:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-10-18 09:29:44 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2016-10-19-1

for you to fetch changes up to 7bc38eb5503e8cd237684cc0eed02fcce43682f7:

  crypto: fix initialization of gcrypt threading (2016-10-19 10:24:09 +0100)

----------------------------------------------------------------
Merge qcrypto 2016/10/19 v1

----------------------------------------------------------------
Daniel P. Berrange (2):
      crypto: fix initialization of crypto in tests
      crypto: fix initialization of gcrypt threading

Gonglei (4):
      crypto: extend mode as a parameter in qcrypto_cipher_supports()
      crypto: add CTR mode support
      crypto: add mode check in qcrypto_cipher_new() for cipher-builtin
      qtest: fix make check complaint in crypto module

 block/qcow.c                |  3 ++-
 block/qcow2.c               |  3 ++-
 crypto/cipher-builtin.c     | 25 +++++++++++++++++++-
 crypto/cipher-gcrypt.c      | 38 ++++++++++++++++++++++++------
 crypto/cipher-nettle.c      | 28 ++++++++++++++++++++--
 crypto/cipher.c             |  1 +
 crypto/init.c               | 22 ++++++++---------
 include/crypto/cipher.h     | 12 ++++++----
 qapi/crypto.json            |  3 ++-
 tests/pkix_asn1_tab.c       |  5 +++-
 tests/test-crypto-cipher.c  | 57 ++++++++++++++++++++++++++++++++++++++++++++-
 tests/test-crypto-hash.c    | 12 ++--------
 tests/test-io-channel-tls.c |  3 +++
 ui/vnc.c                    |  2 +-
 14 files changed, 172 insertions(+), 42 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-10-19 10:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-19 10:02 Daniel P. Berrange [this message]
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 1/6] crypto: extend mode as a parameter in qcrypto_cipher_supports() Daniel P. Berrange
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 2/6] crypto: add CTR mode support Daniel P. Berrange
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 3/6] crypto: add mode check in qcrypto_cipher_new() for cipher-builtin Daniel P. Berrange
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 4/6] qtest: fix make check complaint in crypto module Daniel P. Berrange
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 5/6] crypto: fix initialization of crypto in tests Daniel P. Berrange
2016-10-19 10:02 ` [Qemu-devel] [PULL v1 6/6] crypto: fix initialization of gcrypt threading Daniel P. Berrange
2016-10-20  9:28 ` [Qemu-devel] [PULL v1 0/6] Merge qcrypto 2016/10/19 Daniel P. Berrange

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=1476871368-9120-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.