aboutsummaryrefslogtreecommitdiff
path: root/modules/mbedtls
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* Generalize SSL cert reading from fileFabio Alessandrelli2018-04-032-23/+3
|
* Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2018-02-281-1/+1
| | | | Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-80/+80
| | | | | Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included.
* Add mbedtls moduleFabio Alessandrelli2018-02-146-0/+592