[PATCH v2 0/4] crypto: fully drop built-in cipher provider

Daniel P. Berrangé posted 4 patches 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250512142439.1101159-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
crypto/cipher-builtin.c.inc     | 303 --------------------------------
crypto/cipher-stub.c.inc        |  41 +++++
crypto/cipher.c                 |   2 +-
tests/unit/test-crypto-block.c  |   7 +
tests/unit/test-crypto-cipher.c |  13 +-
tests/unit/test-crypto-secret.c |  28 +--
6 files changed, 74 insertions(+), 320 deletions(-)
delete mode 100644 crypto/cipher-builtin.c.inc
create mode 100644 crypto/cipher-stub.c.inc
[PATCH v2 0/4] crypto: fully drop built-in cipher provider
Posted by Daniel P. Berrangé 6 months, 1 week ago
Changed in v2:

 - Addressed various unit tests which blindly assume AES was always
   available

Daniel P. Berrangé (4):
  tests: skip encrypted secret tests if AES is not available
  tests: skip legacy qcow2 encryption test if AES is not available
  tests: fix skipping cipher tests when AES is not available
  crypto: fully drop built-in cipher provider

 crypto/cipher-builtin.c.inc     | 303 --------------------------------
 crypto/cipher-stub.c.inc        |  41 +++++
 crypto/cipher.c                 |   2 +-
 tests/unit/test-crypto-block.c  |   7 +
 tests/unit/test-crypto-cipher.c |  13 +-
 tests/unit/test-crypto-secret.c |  28 +--
 6 files changed, 74 insertions(+), 320 deletions(-)
 delete mode 100644 crypto/cipher-builtin.c.inc
 create mode 100644 crypto/cipher-stub.c.inc

-- 
2.49.0


Re: [PATCH v2 0/4] crypto: fully drop built-in cipher provider
Posted by Richard Henderson 6 months ago
On 5/12/25 07:24, Daniel P. Berrangé wrote:
> Daniel P. Berrangé (4):
>    tests: skip encrypted secret tests if AES is not available
>    tests: skip legacy qcow2 encryption test if AES is not available
>    tests: fix skipping cipher tests when AES is not available
>    crypto: fully drop built-in cipher provider

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~