Ethernet icon indicating copy to clipboard operation
Ethernet copied to clipboard

Allow TLS use in Ethernet library

Open q2dg opened this issue 7 years ago • 3 comments

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

q2dg avatar Jun 05 '17 11:06 q2dg

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

Rotzbua avatar Jun 05 '17 11:06 Rotzbua

@Rotzbua YES!

q2dg avatar Jun 05 '17 13:06 q2dg

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

bleckers avatar Jun 12 '20 10:06 bleckers