Re: [Qemu-devel] [PATCH for-2.4] crypto: Fix aes_decrypt_wrapper()

2015-07-17 Thread Daniel P. Berrange
On Fri, Jul 17, 2015 at 07:48:20PM +0200, Kevin Wolf wrote: > Commit d3462e3 broke qcow2's encryption functionality by using encrypt > instead of decrypt in the wrapper function it introduces. This was found > by qemu-iotests case 134. > > Signed-off-by: Kevin Wolf > --- > crypto/cipher-nettle.c

[Qemu-devel] [PATCH for-2.4] crypto: Fix aes_decrypt_wrapper()

2015-07-17 Thread Kevin Wolf
Commit d3462e3 broke qcow2's encryption functionality by using encrypt instead of decrypt in the wrapper function it introduces. This was found by qemu-iotests case 134. Signed-off-by: Kevin Wolf --- crypto/cipher-nettle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt