crypto: add gnutls pbkdf 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)
commit8c1d3dc772352284e7f8757131f2ed3f483dd922
tree847dc84f47059a4c29e7663a4da0f4b625c0a403
parent678307b605da9ebbda3a6269b5a6ab2d3002e241
crypto: add gnutls pbkdf provider

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

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