qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/2] iotests: Use aes-128-cbc


From: Thomas Huth
Subject: Re: [PATCH v2 1/2] iotests: Use aes-128-cbc
Date: Fri, 19 Nov 2021 09:53:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 17/11/2021 16.17, Hanna Reitz wrote:
Our gnutls crypto backend (which is the default as of 8bd0931f6)
supports neither twofish-128 nor the CTR mode.  CBC and aes-128 are
supported by all of our backends (as far as I can tell), so use
aes-128-cbc in our iotests.

(We could also use e.g. aes-256-cbc, but the different key sizes would
lead to different key slot offsets and so change the reference output
more, which is why I went with aes-128.)

Signed-off-by: Hanna Reitz <hreitz@redhat.com>
---
  tests/qemu-iotests/206     | 4 ++--
  tests/qemu-iotests/206.out | 6 +++---
  tests/qemu-iotests/210     | 4 ++--
  tests/qemu-iotests/210.out | 6 +++---
  4 files changed, 10 insertions(+), 10 deletions(-)

Thanks, this fixes the failure on my system!

Tested-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]