Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde | |
_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-16 | Implement non blocking-handshake for StreamPeerSSL | Fabio Alessandrelli | |
2018-06-07 | Bump mbedTLS to version 2.10.0 | Fabio Alessandrelli | |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde | |
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | |||
2018-04-03 | Generalize SSL cert reading from file | Fabio Alessandrelli | |
2018-02-28 | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | |
Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed | |||
2018-02-14 | Allow building with system wide mbedtls on X11 | Fabio Alessandrelli | |
Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included. | |||
2018-02-14 | Add mbedtls module | Fabio Alessandrelli | |