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 ?