qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] crypto: fully drop built-in cipher provider
@ 2025-05-12 14:24 Daniel P. Berrangé
  2025-05-12 14:24 ` [PATCH v2 1/4] tests: skip encrypted secret tests if AES is not available Daniel P. Berrangé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel P. Berrangé @ 2025-05-12 14:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel P. Berrangé

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-13 10:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 14:24 [PATCH v2 0/4] crypto: fully drop built-in cipher provider Daniel P. Berrangé
2025-05-12 14:24 ` [PATCH v2 1/4] tests: skip encrypted secret tests if AES is not available Daniel P. Berrangé
2025-05-12 14:24 ` [PATCH v2 2/4] tests: skip legacy qcow2 encryption test " Daniel P. Berrangé
2025-05-12 14:24 ` [PATCH v2 3/4] tests: fix skipping cipher tests when " Daniel P. Berrangé
2025-05-12 14:24 ` [PATCH v2 4/4] crypto: fully drop built-in cipher provider Daniel P. Berrangé
2025-05-13 10:05 ` [PATCH v2 0/4] " Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).