[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature |
Date: |
Wed, 9 Oct 2019 13:42:34 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 |
Follow-up Comment #3, patch #9823 (project lwip):
Wait, just found out I haven't been following mbedTLS development:
https://tls.mbed.org/kb/development/restartable-ecc
ECC SW algorithms can be made restartable. In that case, we'd need a "call me
again directly" as it's a "yield" thing, not a "I'll finish in the background"
thing. Here, using tcp_poll would definitively not work!
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/patch/?9823>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, David GIRAULT, 2019/10/09
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, Simon Goldschmidt, 2019/10/09
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature,
Simon Goldschmidt <=
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, Giuseppe Modugno, 2019/10/11
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, Giuseppe Modugno, 2019/10/11
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, David GIRAULT, 2019/10/15
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, Simon Goldschmidt, 2019/10/15
- [lwip-devel] [patch #9823] altcp_tls_mbedtls.c: add restartable feature, David GIRAULT, 2019/10/15