Re: [Qemu-devel] [PATCH 0/2] Change QEMU crypto hash implementation

2016-06-27 Thread Daniel P. Berrange
On Wed, Jun 01, 2016 at 05:52:50PM +0100, Daniel P. Berrange wrote: > This series changes the QEMU crypto hash implementation to > use gcrypt/nettle directly instead of using gnutls abstraction. > This then lets us support several more hash algorithms that > gnutls does not expose itself. This is u

[Qemu-devel] [PATCH 0/2] Change QEMU crypto hash implementation

2016-06-01 Thread Daniel P. Berrange
This series changes the QEMU crypto hash implementation to use gcrypt/nettle directly instead of using gnutls abstraction. This then lets us support several more hash algorithms that gnutls does not expose itself. This is useful for LUKS block driver compatibility with dm-crypt. Daniel P. Berrange