[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] crypto: fix regression in hash result buffer handling
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v2 0/3] crypto: fix regression in hash result buffer handling |
Date: |
Wed, 16 Oct 2024 11:20:03 +0100 |
Daniel P. Berrangé (3):
crypto/hash: avoid overwriting user supplied result pointer
tests: correctly validate result buffer in hash/hmac tests
include/crypto: clarify @result/@result_len for hash/hmac APIs
crypto/hash-gcrypt.c | 15 ++++++++++++---
crypto/hash-glib.c | 11 +++++++++--
crypto/hash-gnutls.c | 16 +++++++++++++---
crypto/hash-nettle.c | 14 +++++++++++---
include/crypto/hash.h | 30 +++++++++++++++++++++++-------
include/crypto/hmac.h | 17 ++++++++++++-----
tests/unit/test-crypto-hash.c | 7 ++++---
tests/unit/test-crypto-hmac.c | 6 ++++--
8 files changed, 88 insertions(+), 28 deletions(-)
--
2.46.0
- [PATCH v2 0/3] crypto: fix regression in hash result buffer handling,
Daniel P . Berrangé <=