atarist-sidecart-raspberry-pico icon indicating copy to clipboard operation
atarist-sidecart-raspberry-pico copied to clipboard

Enhance Security with HTTPS Support

Open diegoparrilla opened this issue 1 year ago • 0 comments

Our existing implementation of the HTTP protocol, which relies on the lwIP stack, lacks built-in support for TLS, compromising secure data transmission. The available sample implementations, while functional, are overly complex and tailored for niche scenarios, failing to provide a universal solution. Moreover, these implementations do not prioritize memory efficiency, an essential factor for embedded systems. To address these shortcomings, we aim to develop a comprehensive and memory-efficient HTTPS solution. This enhancement will not only benefit the SidecarT but extend to all RP 2040.

diegoparrilla avatar Feb 14 '24 14:02 diegoparrilla