deb-novnc/include
Joel Martin adfe6ac166 Support for SSL/TLS ('wss://') on both sides.
On the client side, this adds the as3crypto library to web-socket-js
so that the WebSocket 'wss://' scheme is supported which is WebSocket
over SSL/TLS.

Couple of downsides to the fall-back method:

    - This balloons the size of the web-socket-js object from about 12K to 172K.

    - Getting it working required disabling RFC2718 web proxy support
      in web-socket-js.

    - It makes the web-socket-js fallback even slower with the
      encryption overhead.

The server side (wsproxy.py) uses python SSL support. The proxy
automatically detects the type of incoming connection whether flash
policy request, SSL/TLS handshake ('wss://') or plain socket
('ws://').

Also added a check-box to the web page to enable/disabled 'wss://'
encryption.
2010-04-30 16:41:09 -05:00
..
as3crypto_patched Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aa 2010-04-30 14:13:32 -05:00
web-socket-js Support for SSL/TLS ('wss://') on both sides. 2010-04-30 16:41:09 -05:00
base64.js Add web-socket-js support with packet re-ordering. 2010-04-17 17:24:14 -05:00
des.js Clarify DES code origination. 2010-04-15 11:14:42 -05:00
mootools-1.2.4-core-comp.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools-1.2.4-core.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
mootools.js Remove uneeded mootools functions and used compressed version. 2010-04-15 12:28:53 -05:00
util.js Status/error refactor. Fix firefox bugs. 2010-04-18 18:43:03 -05:00