Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable support for VIA Padlock | Hein-Pieter van Braam | 2019-02-24 | 2 | -1/+16 |
| | | | | | | This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. | ||||
* | Update mbedtls PR 1453 diff (UWP crypto fixes) | Fabio Alessandrelli | 2019-02-20 | 4 | -295/+63 |
| | | | | | Also remove .orig file which should not have been committed in the first place | ||||
* | Bump mbedTLS to version 2.16 (LTS version) | Fabio Alessandrelli | 2019-02-20 | 111 | -3701/+11217 |
| | |||||
* | Disable support for VIA Padlock | Hein-Pieter van Braam | 2019-01-01 | 1 | -14/+0 |
| | | | | | | This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. | ||||
* | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde | 2018-07-28 | 61 | -588/+7372 |
| | | | | | _WIN32_WINNT redefinition fix is no longer needed as it was merged upstream. PR 1453 is still not merged, diff updated to current state. | ||||
* | Bump mbedTLS to version 2.10.0 | Fabio Alessandrelli | 2018-06-07 | 104 | -2782/+5939 |
| | |||||
* | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | 2018-06-07 | 2 | -0/+204 |
| | | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls. | ||||
* | MbedTLS PR 1453 (fix UWP build) | Fabio Alessandrelli | 2018-04-03 | 3 | -9/+172 |
| | | | | The patch seems to be ready for merge upstream | ||||
* | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | 2018-04-03 | 1 | -2/+5 |
| | |||||
* | Update mbedTLS to version 2.8.0 | Fabio Alessandrelli | 2018-04-03 | 43 | -387/+849 |
| | |||||
* | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | 2018-02-20 | 1 | -1/+1 |
| | | | | | We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build | ||||
* | Import PR 730 from mbedTLS project | Fabio Alessandrelli | 2018-02-20 | 2 | -9/+41 |
| | | | | Fixes UWP build while we wait for it to get into next release. | ||||
* | Add mbedTLS lib. Version 2.7.0, license Apache 2.0 | Fabio Alessandrelli | 2018-02-14 | 143 | -0/+92508 |