qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 08/10] ui: convert VNC websockets to use cryp


From: Gonglei
Subject: Re: [Qemu-devel] [PATCH v3 08/10] ui: convert VNC websockets to use crypto APIs
Date: Tue, 23 Jun 2015 10:18:07 +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:
> Remove the direct use of gnutls for hash processing in the
> websockets code, in favour of using the crypto APIs. This
> allows the websockets code to be built unconditionally
> removing countless conditional checks from the VNC code.
> 
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  configure        | 19 +---------------
>  ui/Makefile.objs |  2 +-
>  ui/vnc-ws.c      | 22 +++++++++----------
>  ui/vnc-ws.h      |  2 --
>  ui/vnc.c         | 67 
> +++++++++++---------------------------------------------
>  ui/vnc.h         |  8 -------
>  6 files changed, 25 insertions(+), 95 deletions(-)

Reviewed-by: Gonglei <address@hidden>




reply via email to

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