mbed TLS upgraded to 2.6.0
Fork of mbedtls by
History
Update to mbedtls 2.6.0, many changes.
2017-09-29, by Jasper Wallace [Fri, 29 Sep 2017 19:50:30 +0100] rev 2
Update to mbedtls 2.6.0, many changes.
Changes to mbedtls sources made:
in include/mbedtls/config.h comment out:
#define MBEDTLS_FS_IO
#define MBEDTLS_NET_C
#define MBEDTLS_TIMING_C
uncomment:
#define MBEDTLS_NO_PLATFORM_ENTROPY
remove the following directorys:
programs
yotta
visualc
Update to mbedtls 2.4.2, security fixes
2017-09-29, by Jasper Wallace [Fri, 29 Sep 2017 18:41:59 +0100] rev 1
Update to mbedtls 2.4.2, security fixes
Changes to mbedtls sources made:
in include/mbedtls/config.h comment out:
#define MBEDTLS_FS_IO
#define MBEDTLS_NET_C
#define MBEDTLS_TIMING_C
uncomment:
#define MBEDTLS_NO_PLATFORM_ENTROPY
Initial commit
2017-01-05, by markrad [Thu, 05 Jan 2017 00:18:44 +0000] rev 0
Initial commit