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

2015-06-22 Thread Gonglei
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-b

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

2015-06-18 Thread Daniel P. Berrange
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 --- configure| 19 +--