OVMS3-idf/components/mbedtls
Mahavir Jain ab6ad844b1 mbedtls: use errno instead of SO_ERROR for getting socket errors
As per upgrade notes of lwIP v2.1.0:
socket API: according to the standard, SO_ERROR now only returns asynchronous errors.
All other/normal/synchronous errors are (and always were) available via 'errno'.
LWIP_SOCKET_SET_ERRNO has been removed - 'errno' is always set - and required!

Refer: https://www.nongnu.org/lwip/2_1_x/upgrading.html

Fixes https://github.com/espressif/esp-azure/issues/51
2019-08-08 12:17:32 +00:00
..
mbedtls@97959e7791 mbedtls: upgrade to v2.16.2 release 2019-06-24 06:02:59 +00:00
port mbedtls: use errno instead of SO_ERROR for getting socket errors 2019-08-08 12:17:32 +00:00
test tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
CMakeLists.txt Add DTLS support to libcoap using MbedTLS 2019-08-06 10:37:40 +05:30
component.mk move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
Kconfig mbedtls: add config option for setting debug level 2019-06-06 18:28:19 +05:30
Makefile.projbuild esp32, mbedtls: check component name when enabling test flags 2018-11-20 01:27:24 +08:00