esp-idf/components/mbedtls
Angus Gratton ffefeef5ea 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-12 16:34:26 +08:00
..
include
library mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs 2017-07-12 16:34:26 +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 15:54:01 +08:00
ChangeLog
Kconfig mbedtls: Temporarily disable hardware acceleration in dual-core mode 2017-07-05 12:03:00 +08:00
LICENSE
Makefile.projbuild
apache-2.0.txt
component.mk