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