]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: Fix aes_decrypt_wrapper()
authorKevin Wolf <kwolf@redhat.com>
Fri, 17 Jul 2015 17:44:10 +0000 (19:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 Jul 2015 11:35:45 +0000 (13:35 +0200)
commitbd09594603f1498e7623f0030988b62e2052f7da
tree6e0750761da45f36fb8ebe777f0172488dce8f0e
parent71358470eec668f5dc53def25e585ce250cea9bf
crypto: Fix aes_decrypt_wrapper()

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 <kwolf@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
crypto/cipher-nettle.c