commit | 8e9b0d24fb986d4241ae3b77752eca5dab4cb486 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Wed Jul 01 18:10:36 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 08 13:11:01 2015 +0200 |
tree | ce366ef15d1da340c5219bfd7814fa0b4a102d87 | |
parent | 488981a4af396551a3178d032cc2b41d9553ada2 [diff] |
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>