lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] mbedtls


From: Giuseppe Modugno
Subject: [lwip-users] mbedtls
Date: Thu, 13 Apr 2023 13:23:44 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

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|
||

|
|||




reply via email to

[Prev in Thread] Current Thread [Next in Thread]