mbed TLS upgraded to 2.6.0

Fork of mbedtls by Mark Radbourne

Revision:
1:9ebc941037d5
diff -r cdf462088d13 -r 9ebc941037d5 scripts/rm-malloc-cast.cocci
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/rm-malloc-cast.cocci	Fri Sep 29 18:41:59 2017 +0100
@@ -0,0 +1,7 @@
+@rm_malloc_cast@
+expression x, n;
+type T;
+@@
+  x =
+- (T *)
+  mbedtls_malloc(n)