We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am interested in implementing an SSL application on an ARM 7 microcontroller (LPC2378), and I am wondering if anybody has recommendations for me on a good embedded SSL implementation.
Any chance that someone has run into an SSL application already ported to Keil Realview MDK for an ARM?
Thanks, Eric
The most promising thing I've seen is xyssl (google it).
I haven't done anything with it. Let us know what you find out!
Dave
Thanks for the reply. I will look into xySSL shortly.
The best thing I have found so far has been CyaSSL (an embedded version of yaSSL, http://www.yassl.com).
-Eric