Re: [Qemu-devel] [PULL v3 0/4] Misc fixes for crypto code module

2015-10-23 Thread Peter Maydell
On 22 October 2015 at 19:05, Daniel P. Berrange  wrote:
> 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
>

Applied, thanks.

-- PMM



[Qemu-devel] [PULL v3 0/4] Misc fixes for crypto code module

2015-10-22 Thread Daniel P. Berrange
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