qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Bump min versions of crypto libs
@ 2025-10-31 15:30 Daniel P. Berrangé
  2025-10-31 15:30 ` [PATCH 1/5] crypto: bump min gnutls to 3.7.5 Daniel P. Berrangé
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Daniel P. Berrangé @ 2025-10-31 15:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Paolo Bonzini,
	Marc-André Lureau, Daniel P. Berrangé

gnutls, libgcrypt and nettle can all have their min versions increased
based on our platform support matrix, enabling various bits of compat
logic to be dropped, as well as eliminating the last usage of in-tree
XTS code.

Daniel P. Berrangé (5):
  crypto: bump min gnutls to 3.7.5
  crypto: unconditionally enable gnutls XTS support
  crypto: bump min libgcrypt to 1.9.4
  crypto: bump min nettle to 3.7.3
  crypto: drop in-tree XTS cipher mode impl

 crypto/cipher-gnutls.c.inc     |   8 -
 crypto/cipher-nettle.c.inc     |  44 ---
 crypto/cipher.c                |   2 +-
 crypto/meson.build             |   5 +-
 crypto/xts.c                   | 250 ----------------
 include/crypto/xts.h           |  82 -----
 meson.build                    |  69 +----
 tests/unit/meson.build         |   3 -
 tests/unit/test-crypto-block.c |   3 +-
 tests/unit/test-crypto-xts.c   | 529 ---------------------------------
 10 files changed, 9 insertions(+), 986 deletions(-)
 delete mode 100644 crypto/xts.c
 delete mode 100644 include/crypto/xts.h
 delete mode 100644 tests/unit/test-crypto-xts.c

-- 
2.51.1



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

end of thread, other threads:[~2025-11-01  9:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 15:30 [PATCH 0/5] Bump min versions of crypto libs Daniel P. Berrangé
2025-10-31 15:30 ` [PATCH 1/5] crypto: bump min gnutls to 3.7.5 Daniel P. Berrangé
2025-10-31 15:30 ` [PATCH 2/5] crypto: unconditionally enable gnutls XTS support Daniel P. Berrangé
2025-10-31 15:30 ` [PATCH 3/5] crypto: bump min libgcrypt to 1.9.4 Daniel P. Berrangé
2025-10-31 15:30 ` [PATCH 4/5] crypto: bump min nettle to 3.7.3 Daniel P. Berrangé
2025-10-31 15:30 ` [PATCH 5/5] crypto: drop in-tree XTS cipher mode impl Daniel P. Berrangé
2025-11-01  9:44 ` [PATCH 0/5] Bump min versions of crypto libs Marc-André Lureau

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).