Re: [Qemu-devel] [PATCH v2] crypto: extend unit tests to cover decryption too

2015-07-21 Thread Eric Blake
On 07/21/2015 02:55 AM, Daniel P. Berrange wrote: > The current unit test only verifies the encryption API, > resulting in us missing a recently introduced bug in the > decryption API from commit d3462e3. It was fortunately > later discovered & fixed by commit bd09594, thanks to the > QEMU I/O test

[Qemu-devel] [PATCH v2] crypto: extend unit tests to cover decryption too

2015-07-21 Thread Daniel P. Berrange
The current unit test only verifies the encryption API, resulting in us missing a recently introduced bug in the decryption API from commit d3462e3. It was fortunately later discovered & fixed by commit bd09594, thanks to the QEMU I/O tests for qcow2 encryption, but we should really detect this dir