Rémi Verschelde
|
3a2ca68af3
|
SCons: Build thirdparty code in own env, disable warnings
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
|
2018-09-28 14:07:39 +02:00 |
|
Rémi Verschelde
|
d8e1cd7a10
|
mbedtls: Update to upstream version 2.12.0
_WIN32_WINNT redefinition fix is no longer needed as it was merged
upstream. PR 1453 is still not merged, diff updated to current state.
|
2018-07-28 11:16:58 +02:00 |
|
Fabio Alessandrelli
|
888379e513
|
Bump mbedTLS to version 2.10.0
|
2018-06-07 18:50:44 +02:00 |
|
Fabio Alessandrelli
|
659c62ee33
|
Use Prepend instead of Append for mbedTLS include
Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed
|
2018-02-28 20:02:16 +01:00 |
|
Fabio Alessandrelli
|
bd3c27ba78
|
Allow building with system wide mbedtls on X11
Using builtin_mbedtls=yes is still the default as many distributions
do not ship with mbedtls included.
|
2018-02-14 01:34:25 +01:00 |
|
Fabio Alessandrelli
|
67b600d957
|
Add mbedtls module
|
2018-02-14 01:26:23 +01:00 |
|