jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MbedTLS integration process

DanielBallaSZTE opened this issue · comments

Here are the main steps of integrating MbedTLS into IoT.js:

  • TLS Client
  • TLS Server
  • HTTPS Client
  • HTTPS Server

Currently we are focusing on implementing the client, both HTTPS and TLS, and providing a Node.js like API and behaviour.

The connections between the components presented in a component diagram would look like this so far:

image

Thanks for sharing the plan. BTW, can you clarify if we need to newly have https_incoming? I guess we can use http_incoming instead.

We will try to reuse the code as much as possible.