-->
Page 1 of 1

Heap optimization in TLS 1.2 handshake

PostPosted: Fri Nov 11, 2016 12:04 pm
by evandroluiz
I am working in a native solution for AWS iot and ESP8266.

For now: TLS v1.2 is working in ESP8266 and loading the certificate, private key and CA file.
Here is the tutorial to make it works:
https://github.com/copercini/esp8266-aws_iot

The only problem is:
The heap consumption during TLS handshake is too high, forcing watchdog timer to reboot the device.

Anyone knows some optimization for reduce heap consumption ?