DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

Drop OpenSSL submodule in favor of Mbed TLS #22

Closed splasky closed 4 years ago

splasky commented 4 years ago

With below reason so we remove openssl module inside TA-endpoint:

  1. Mbedtls is more tiny and more suitable for IOT devices.
  2. http_conn has already changed to mbedtls.
  3. Less dependency can let us more easily migrate into legato framework.
jserv commented 4 years ago

The subject of pull request was changed for precise wording. Please revise git commit messages as well.

splasky commented 4 years ago

Done. Please review again.

jserv commented 4 years ago

In GitHub user interface, you can press the button in "Reviewers" for asking further review.