Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20241105184115.381511-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
crypto/hash-gcrypt.c | 9 ++++--
crypto/hash-nettle.c | 14 +++++++++
crypto/hash.c | 3 ++
crypto/hmac-gcrypt.c | 5 ++-
crypto/hmac-nettle.c | 11 +++++++
crypto/pbkdf-gcrypt.c | 6 ++++
crypto/pbkdf-nettle.c | 13 ++++++++
crypto/secret_common.c | 12 --------
crypto/tlscredsanon.c | 35 ---------------------
crypto/tlscredspsk.c | 34 ---------------------
crypto/tlscredsx509.c | 30 ------------------
docs/about/removed-features.rst | 6 ++--
include/crypto/hash.h | 1 +
meson.build | 39 ++++++++++++++++++++++++
qapi/crypto.json | 54 ++++-----------------------------
tests/unit/test-crypto-hash.c | 16 ++++++++++
tests/unit/test-crypto-hmac.c | 8 +++++
tests/unit/test-crypto-pbkdf.c | 16 ++++++++++
18 files changed, 146 insertions(+), 166 deletions(-)