I am wanting make an embedded device that can communicate with a web-server in a secure fashion. My preference would be for it to use standard SSL so the web-server views my device similar to a web browser.
- Are there any prebuit libraries for the embedded side to do this?
- What about an IC that can handle the handshaking and decryption for me?
- If not how would I go about doing this myself?