ui: convert VNC websockets to use crypto APIs
commit8e9b0d24fb986d4241ae3b77752eca5dab4cb486
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 1 Jul 2015 17:10:36 +0000 (1 18:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jul 2015 11:11:01 +0000 (8 13:11 +0200)
treece366ef15d1da340c5219bfd7814fa0b4a102d87
parent488981a4af396551a3178d032cc2b41d9553ada2
ui: convert VNC websockets to use crypto APIs

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 <berrange@redhat.com>
Message-Id: <1435770638-25715-9-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
ui/Makefile.objs
ui/vnc-ws.c
ui/vnc-ws.h
ui/vnc.c
ui/vnc.h