What is the latest mbedtls version that is compatible with lwip, specifically the layer altcp_tls_mbedtls.c?

For sure, current development source code of lwip is not compatible with latest mbedtls version. Indeed, you can see in altcp_tls_mbedtls.c the following includes:

|#include "mbedtls/certs.h"|
|||#include "mbedtls/ssl_internal.h" /* to call mbedtls_flush_output after ERR_MEM */|
||
|However those files are not present (anymore?) in mbedtls[1].|
||
|[1] https://github.com/Mbed-TLS/mbedtls|
||

|
|||


_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to