From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoqvU-0001Fj-4Z for qemu-devel@nongnu.org; Wed, 21 Oct 2015 06:47:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoqvS-0004W5-VL for qemu-devel@nongnu.org; Wed, 21 Oct 2015 06:47:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoqvS-0004W1-RG for qemu-devel@nongnu.org; Wed, 21 Oct 2015 06:47:22 -0400 From: "Daniel P. Berrange" Date: Wed, 21 Oct 2015 11:47:13 +0100 Message-Id: <1445424437-8638-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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