qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: misc gcrypt hash/hmac fixes
@ 2024-10-30 10:11 Daniel P. Berrangé
  2024-10-30 10:11 ` [PATCH 1/2] crypto: fix error check on gcry_md_open Daniel P. Berrangé
  2024-10-30 10:11 ` [PATCH 2/2] crypto: perform runtime check for hash/hmac support in gcrypt Daniel P. Berrangé
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel P. Berrangé @ 2024-10-30 10:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel P. Berrangé

This fixes the test suite when gcrypt disables some algorithms
at runtime.

Daniel P. Berrangé (2):
  crypto: fix error check on gcry_md_open
  crypto: perform runtime check for hash/hmac support in gcrypt

 crypto/hash-gcrypt.c | 6 +++---
 crypto/hmac-gcrypt.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-10-31  4:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 10:11 [PATCH 0/2] crypto: misc gcrypt hash/hmac fixes Daniel P. Berrangé
2024-10-30 10:11 ` [PATCH 1/2] crypto: fix error check on gcry_md_open Daniel P. Berrangé
2024-10-30 18:56   ` Philippe Mathieu-Daudé
2024-10-30 10:11 ` [PATCH 2/2] crypto: perform runtime check for hash/hmac support in gcrypt Daniel P. Berrangé
2024-10-31  4:01   ` Philippe Mathieu-Daudé

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