lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TLS V1.3


From: Klaus Breining
Subject: Re: [lwip-users] TLS V1.3
Date: Fri, 17 Apr 2020 15:21:00 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

Hello Simon,

I started my TLS implementations on LwIP with matrixSSL. At that time I was either using an older LwIP version or I just oversaw the ALTCP layer, so I implemented this completely from scratch. In the meantime I am using mbedTLS (in this case of course TLS 1.2) as I was running into some issues with dropped connections. But with mbedTLS I face exactly the same issue. I guess my CPU (Tiva TM4C129) is too slow.

Nevertheless: comparing the two solutions, matrixSSL is working with TLS 1.3 and I have the feeling that the memory management is more intelligent. With mbedTLS I had to restrict the number of TCP_PCBs to 4 each connection needs a buffer of 16k. With matrixSSL I run 10 TCP_PCBs without this restriction as they allocate the large buffers only for a very restricted time, so I never ran into that issue.

Regards
Klaus

Am 17.04.2020 um 15:02 schrieb SimonW:
Does anyone have experience delivering TLS V1.3 with LwIP? I understand that
the current Mbed library only has V1.2. OpenSSL has V1.3. Can anyone point
me to any material about integrating OpenSSL into LwIP?




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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