ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 212 forks source link

How to make HTTPS connection using UIPEthernet lib? #178

Open lourivalbarreto opened 6 years ago

lourivalbarreto commented 6 years ago

I would like to know if is possible to make a secure connection (HTTPS, TLS) using the UIPEthernet library with ESP8266 to connect on AWS IoT.

Tks! LourivalBarreto

TLS1000 commented 6 years ago

From What I understood, only ESP32 is powerfull enough to do encryption. I tried the hornbill library on ESP32 and it works.