[PATCH 0/4] crypto: handle gcrypt ciphers being disabled

Daniel P. Berrangé posted 4 patches 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240311121929.212472-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
crypto/cipher-gcrypt.c.inc      | 121 +++++++++++++++++---------------
tests/unit/test-crypto-cipher.c |   7 +-
2 files changed, 70 insertions(+), 58 deletions(-)
[PATCH 0/4] crypto: handle gcrypt ciphers being disabled
Posted by Daniel P. Berrangé 8 months, 2 weeks ago
This fixes testing on RHEL with libgcrypt cipher backends

Daniel P. Berrangé (4):
  crypto: factor out conversion of QAPI to gcrypt constants
  crypto: query gcrypt for cipher availability
  crypto: use error_abort for unexpected failures
  crypto: report which ciphers are being skipped during tests

 crypto/cipher-gcrypt.c.inc      | 121 +++++++++++++++++---------------
 tests/unit/test-crypto-cipher.c |   7 +-
 2 files changed, 70 insertions(+), 58 deletions(-)

-- 
2.43.0


Re: [PATCH 0/4] crypto: handle gcrypt ciphers being disabled
Posted by Philippe Mathieu-Daudé 8 months, 2 weeks ago
On 11/3/24 13:19, Daniel P. Berrangé wrote:
> This fixes testing on RHEL with libgcrypt cipher backends
> 
> Daniel P. Berrangé (4):
>    crypto: factor out conversion of QAPI to gcrypt constants
>    crypto: query gcrypt for cipher availability
>    crypto: use error_abort for unexpected failures
>    crypto: report which ciphers are being skipped during tests

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>