-
- Downloads
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>
Showing
- README.build 0 additions, 9 deletionsREADME.build
- README.coding 15 additions, 0 deletionsREADME.coding
- changelog 6 additions, 0 deletionschangelog
- lib/libwebsockets.c 8 additions, 4 deletionslib/libwebsockets.c
- lib/libwebsockets.h 4 additions, 0 deletionslib/libwebsockets.h
- libwebsockets-api-doc.html 6 additions, 1 deletionlibwebsockets-api-doc.html
Loading
Please register or sign in to comment