qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 06/10] crypto: add a nettle cipher implementa


From: Gonglei
Subject: Re: [Qemu-devel] [PATCH v3 06/10] crypto: add a nettle cipher implementation
Date: Tue, 23 Jun 2015 10:17:34 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 2015/6/19 1:02, Daniel P. Berrange wrote:
> If we are linking to gnutls already and gnutls is built against
> nettle, then we should use nettle as a cipher backend in
> preference to our built-in backend.
> 
> This will be used when linking against some GNUTLS 2.x versions
> and all GNUTLS 3.x versions.
> 
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  configure              |  35 ++++++++-
>  crypto/cipher-nettle.c | 206 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  crypto/cipher.c        |   2 +
>  3 files changed, 240 insertions(+), 3 deletions(-)
>  create mode 100644 crypto/cipher-nettle.c

Reviewed-by: Gonglei <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]