aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/lws/client/ssl-client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-625/+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
* Add libwebsockets as thirdparty library.Fabio Alessandrelli2018-02-051-0/+625
License is LGPLv2.1 + static linking exception, version is 2.4.1