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 <hre...@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 <th...@redhat.com>


Reply via email to