[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] crypto: handle gcrypt ciphers being disabled
From: |
Daniel P . Berrangé |
Subject: |
[PATCH 0/4] crypto: handle gcrypt ciphers being disabled |
Date: |
Mon, 11 Mar 2024 12:19:25 +0000 |
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
- [PATCH 0/4] crypto: handle gcrypt ciphers being disabled,
Daniel P . Berrangé <=
- [PATCH 2/4] crypto: query gcrypt for cipher availability, Daniel P . Berrangé, 2024/03/11
- [PATCH 3/4] crypto: use error_abort for unexpected failures, Daniel P . Berrangé, 2024/03/11
- [PATCH 4/4] crypto: report which ciphers are being skipped during tests, Daniel P . Berrangé, 2024/03/11
- [PATCH 1/4] crypto: factor out conversion of QAPI to gcrypt constants, Daniel P . Berrangé, 2024/03/11
- Re: [PATCH 0/4] crypto: handle gcrypt ciphers being disabled, Philippe Mathieu-Daudé, 2024/03/11