mbox series

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

Message ID 20240311121929.212472-1-berrange@redhat.com
Headers show
Series crypto: handle gcrypt ciphers being disabled | expand

Message

Daniel P. Berrangé March 11, 2024, 12:19 p.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé March 11, 2024, 2:15 p.m. UTC | #1
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>