arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
261 stars 264 forks source link

Allow TLS use in Ethernet library #47

Open q2dg opened 7 years ago

q2dg commented 7 years ago

This request was one of multiple ones in https://github.com/arduino-libraries/Ethernet/issues/37 but I've separated here to make it more visible.

I suspect that hardware design of Ethernet shield should be changed to achieve this ...but I think this is a must to be on pair with Wifi101 shield.

Thanks

Rotzbua commented 7 years ago

@q2dg Something like this Shield?: MS1000 + W5500 http://www.e-wbm.com/wiznet_w5500.do

q2dg commented 7 years ago

@Rotzbua YES!

bleckers commented 4 years ago

TLS/SSL is more application layer and not really related to the Ethernet library.

If you are wanting TLS/SSL, you should use something like this client library - https://github.com/OPEnSLab-OSU/SSLClient