From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxDeq-0006VY-8i for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxDem-00040A-VK for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:45:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60084) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxDem-0003zz-Pm for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:45:16 -0400 From: "Daniel P. Berrange" Date: Thu, 20 Oct 2016 14:45:04 +0100 Message-Id: <1476971110-10403-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v1 0/6] Merge qcrypto 2016/10/20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Daniel P. Berrange" The following changes since commit e8ddc2eae5ccc41f0815e5c43e70cb04a7e67e= 2e: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' i= nto 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-20-1 for you to fetch changes up to 373166636b9f07c60d7c32610bd346acf7d143e9: crypto: fix initialization of gcrypt threading (2016-10-20 12:19:35 +01= 00) ---------------------------------------------------------------- Merge qcrypto 2016/10/20 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 | 7 +++--- 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, 165 insertions(+), 34 deletions(-) --=20 2.7.4