esp-idf/components/mbedtls
Angus Gratton 8ce09c2c1c mbedtls: Don't assign ctx->fd until connect() or bind() has succeeded
Avoid leaking closed file descriptors via ctx->fd

Reported: https://esp32.com/viewtopic.php?f=13&t=2910&sid=8568b1fd93a4c8d5760628a638efc48b#p13620
2017-09-05 11:08:35 +10: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-12 16:34:26 +08:00
port mbedtls: Don't assign ctx->fd until connect() or bind() has succeeded 2017-09-05 11:08:35 +10:00
test mbedtls: Remove "unsafe" warning, enable AES by default & make SHA/MPI optional 2017-08-25 16:08:03 +10:00
ChangeLog Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
Kconfig mbedtls: Remove "unsafe" warning, enable AES by default & make SHA/MPI optional 2017-08-25 16:08:03 +10: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
apache-2.0.txt 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