Hi Daniel,
On 2016/12/13 17:35, Daniel P. Berrange wrote:
> On Tue, Dec 13, 2016 at 03:01:47PM +0800, Longpeng(Mike) wrote:
>> Since QEMU has been supported cryptodev, so it is necessary to support
>> more crypto algorithms(i.e. hmac,aead) in QEMU backend.
>>
>> This patchset add HMAC algorithms
On Tue, Dec 13, 2016 at 03:01:47PM +0800, Longpeng(Mike) wrote:
> Since QEMU has been supported cryptodev, so it is necessary to support
> more crypto algorithms(i.e. hmac,aead) in QEMU backend.
>
> This patchset add HMAC algorithms support.
Apart from the build failure with glib 2.28, this patch
On Tue, Dec 13, 2016 at 03:35:00PM +0800, Longpeng (Mike) wrote:
> Hi Daniel,
>
> The error is due to auto-build environment doesn't support both gcrypt and
> nettle, and it's glibc(2.28) is too old, so I think I should add no-op in
> hmac-glib.c when glibc is older than 2.30. for example:
>
> #i
> it
> locally.
>
> Subject: [Qemu-devel] [PATCH for-2.9 v3 0/6] crypto: add HMAC algorithms
> support
> Type: series
> Message-id: 1481612513-28556-1-git-send-email-longpe...@huawei.com
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> set -e
> git submodule updat
Hi,
Your series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.
Subject: [Qemu-devel] [PATCH for-2.9 v3 0/6] crypto: add HMAC algorithms support
Type: series
Message-id: 1481612513-28556-1
Since QEMU has been supported cryptodev, so it is necessary to support
more crypto algorithms(i.e. hmac,aead) in QEMU backend.
This patchset add HMAC algorithms support.
---
Changes since v2:
- remove QCryptoHmacAlgorithm defination in qapi, just use
QCryptoHashAlgorithm as some funcs f