How secure is communication between imp to cloud and cloud to internet

Hi All,

I wanted to know encryption algorithm that imp supports for secure communication between imp to cloud and cloud to rest of internet

Imp-to-cloud is TLS1.0 with AES128-CBC. Cloud-to-internet is normal HTTPS, so as usual it depends on negotiating whatever encryption algorithm both ends can support – but typically is TLS1.2 also with AES128.

Peter