remove all support for pre v13 protocols
authorAndy Green <andy.green@linaro.org>
Mon, 21 Jan 2013 01:53:35 +0000 (09:53 +0800)
committerAndy Green <andy.green@linaro.org>
Mon, 21 Jan 2013 01:53:35 +0000 (09:53 +0800)
commit5738c0e838c7b4e95310a159a478325261205fe7
tree0e5ad8a4a4fb6d8fc8c6c081d6a5580137f719ce
parentf5bc1306efc0eaf058c446efcc70fc7b3346d34f
remove all support for pre v13 protocols

Since v13 was defined as the released ietf version the older versions
are deprecated.  This patch strips out everything to do with the older
versions and gets rid of the option to send stuff unmasked.

The in-tree md5 implementation is then also deleted as nothing needs
it any more, 1280 loc are shed in all

Signed-off-by: Andy Green <andy.green@linaro.org>
15 files changed:
lib/Makefile.am
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/handshake.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/md5.c [deleted file]
lib/output.c
lib/parsers.c
lib/private-libwebsockets.h
lib/server-handshake.c
test-server/test-client.c
test-server/test-fraggle.c
test-server/test-server.c