remove all support for pre v13 protocols 56/2956/1
authorAndy Green <andy.green@linaro.org>
Mon, 21 Jan 2013 01:53:35 +0000 (09:53 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:28 +0000 (13:01 -0800)
commit62da551e0f98421333dafd4a80b1a57622eebc64
treea39c520a73446fedd4b920b9924b8e10253eda49
parent057d6ac82807a518c9f21049cd3a36cebf39d859
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