summaryrefslogtreecommitdiffstats
path: root/thirdparty/lws/mbedtls_verify.diff
Commit message (Collapse)AuthorAgeFilesLines
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-74/+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-0/+74
Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)