aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/lws/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-074-3578/+0
| | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
* Always verify peer certificate in lws.Fabio Alessandrelli2018-04-031-5/+1
| | | | | | | Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)
* mbedtls: client: stop spinning on handshake failFabio Alessandrelli2018-04-031-2/+6
| | | | | Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2
* Bump libwebsockets to version 2.4.2Fabio Alessandrelli2018-04-031-6/+14
|
* Add libwebsockets as thirdparty library.Fabio Alessandrelli2018-02-054-0/+3570
License is LGPLv2.1 + static linking exception, version is 2.4.1