Topic: mbed port
Your mbed port is a GREAT example of what is possible with CyaSSL!!!
A co-worker is working on porting a network stack to our embedded device. I was hoping you could share what network stack you chose for the mbed port. From reading your blog I assume µC/TCP-IP...correct?
I saw the blog post regarding some of the performance metrics for cyassl on mbed. Will you share what you had enabled (block cipher, hash, key exchange) for your mbed build. Have any other performance observations to share? Since you are the expert i'm curious. As of right now i'm planning to only support AES, MD5 and RSA. I need to be as small and efficient as possible but of course also keep a certain level of privacy.