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

2021-11-19 Thread Thomas Huth
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.

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

2021-11-17 Thread Daniel P . Berrangé
On Wed, Nov 17, 2021 at 04:17:06PM +0100, 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.

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

2021-11-17 Thread Hanna Reitz
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