]> git.proxmox.com Git - mirror_qemu.git/commit - crypto/hmac-gnutls.c
crypto: add gnutls hmac provider
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 25 Jun 2021 17:32:14 +0000 (18:32 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:15:52 +0000 (14:15 +0100)
commit678307b605da9ebbda3a6269b5a6ab2d3002e241
treeeef8a2e90cac84d3778d30dfaa2b9b4fc35c25ff
parent9a85ca050aa4e7624615e9ae95cf54d5640c6804
crypto: add gnutls hmac provider

This adds support for using gnutls as a provider of the crypto
hmac APIs.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/hmac-gnutls.c [new file with mode: 0644]