Statistics
| Branch: | Revision:

root / ui / vnc-ws.c @ e27bd65a

History | View | Annotate | Download (8.4 kB)

# Date Author Comment
cfba8e6f 01/30/2013 11:31 am Markus Armbruster

vnc: Clean up vncws_send_handshake_response()

Use appropriate types, drop superfluous casts, use sizeof, don't
exploit that this particular call of gnutls_fingerprint() doesn't
change its last argument.

Signed-off-by: Markus Armbruster <>...

7536ee4b 01/21/2013 09:33 pm Tim Hardeck

vnc: added initial websocket protocol support

This patch adds basic Websocket Protocol version 13 - RFC 6455 - support
to QEMU VNC. Binary encoding support on the client side is mandatory.

Because of the GnuTLS requirement the Websockets implementation is...