chipKIT® Development Platform

Inspired by Arduino™

Are there others interested in an SSL library for ChipKit?

Created Thu, 30 Jan 2014 16:46:18 +0000 by thinkpeace


thinkpeace

Thu, 30 Jan 2014 16:46:18 +0000

I have a need for an SSL library for the ChipKit boards. Are there others looking for SSL for the ChipKit?


Jacob Christ

Thu, 30 Jan 2014 21:40:57 +0000

What do you mean by SSL? Secure Sockets Layer? I would love that...

Jacob


thinkpeace

Fri, 31 Jan 2014 07:08:10 +0000

Yes, Secure Sockets Layer.


Jacob Christ

Sat, 01 Feb 2014 21:59:10 +0000

So there are two ethernet libraries for chipKIT and a third on the way. Which were you going to build it on top of? Or would it be fairly generic so that it could sit on any? I would like to be able to serve pages from my house for controlling sprinklers and the like without worrying about random people running up my water bill.

How much program space do you think it will take up?

Jacob


thinkpeace

Wed, 12 Feb 2014 07:42:04 +0000

Jacob, There are SSL libraries that take up as little at 19K.

https://www.google.com/search?q=open+source+SSL+library+microcontroller

MatrixSSL comes in at 35 kB to 100 kB.

I'm also interfacing with a watering system, along with sensors (moisture, temperature & light). It will also take into account weather reports.


Jacob Christ

Wed, 12 Feb 2014 17:32:01 +0000

Maybe we should try to fork one of these, put it on git hub and collaboratively try to get it to work.

Jacob


thinkpeace

Wed, 12 Feb 2014 21:54:13 +0000

Good idea. I would be willing to help - though I probably couldn't start on it for the next 2 months.

Eric


GrahamM242

Fri, 21 Feb 2014 17:56:14 +0000

Would this include elliptical curve cryptography as well? I know that SSL has plenty of pitfalls for the unwary, so it'd be good to have a library that takes care of the worst of the pitfalls. I'm no expect though!


Jacob Christ

Sun, 04 May 2014 16:57:03 +0000

Any progress on this topic?