mbed TLS upgraded to 2.6.0
Fork of mbedtls by
scripts/rm-malloc-cast.cocci@2:bbdeda018a3c, 2017-09-29 (annotated)
- Committer:
- Jasper Wallace
- Date:
- Fri Sep 29 19:50:30 2017 +0100
- Revision:
- 2:bbdeda018a3c
- Parent:
- 1:9ebc941037d5
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
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jasper Wallace |
1:9ebc941037d5 | 1 | @rm_malloc_cast@ |
Jasper Wallace |
1:9ebc941037d5 | 2 | expression x, n; |
Jasper Wallace |
1:9ebc941037d5 | 3 | type T; |
Jasper Wallace |
1:9ebc941037d5 | 4 | @@ |
Jasper Wallace |
1:9ebc941037d5 | 5 | x = |
Jasper Wallace |
1:9ebc941037d5 | 6 | - (T *) |
Jasper Wallace |
1:9ebc941037d5 | 7 | mbedtls_malloc(n) |