OVMS3-idf/components/mbedtls
Angus Gratton 5d736f7eca mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
In ecp_mul_comb(), if (!p_eq_g && grp->T == NULL) and ecp_precompute_comb() fails (which can happen due to OOM), then the new array of points T was leaked.
2017-07-13 15:55:57 +08:00
..
include Added missing platform.h to mbedtls ssl.h 2017-03-03 14:59:15 +11:00
library mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs 2017-07-13 15:55:57 +08:00
port component/soc : move dport access header files to soc 2017-05-09 18:06:00 +08:00
test mbedtls unit tests: Allow for longer timeout using software SHA 2017-07-06 18:09:59 +08:00
apache-2.0.txt Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
ChangeLog Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
component.mk mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
Kconfig mbedtls: Temporarily disable hardware acceleration in dual-core mode 2017-07-06 14:28:43 +08:00
LICENSE Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
Makefile.projbuild Build system: Allow components to add to the global CFLAGS via Makefile.projbuild 2016-09-09 11:08:19 +10:00