move ssl cipher list from compiletime to context creation time option 46/3146/1
authorAndy Green <andy.green@linaro.org>
Fri, 22 Feb 2013 01:54:35 +0000 (09:54 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:38 +0000 (13:01 -0800)
commit2174ff7dd6e856f0bc2dccdbdf346d1decc6cf26
treef6f8fafec6e45b0c3569fa040715ec76dd460826
parentad995f6e1786084fc9cfa2144c3699540250cdf6
move ssl cipher list from compiletime to context creation time option

More flexible this way... NULL for the new member means use
the ssl library default set of ciphers, so as long as your info
struct is zerod by bss or memset, you don't need to do anything
about this change unless you want to set the cipher list.

Signed-off-by: Andy Green <andy.green@linaro.org>
README.build
README.coding
changelog
lib/libwebsockets.c
lib/libwebsockets.h
libwebsockets-api-doc.html