sbernard31 / thermos

A project to list (D)TLS problems faced by IoT Java Developers and ideally find way to improve the situation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As Java Developers when it comes to secure our application we can generally rely on SunJSSE provider included in most JDK. It implements some parts of Transport Layer Security (TLS) with good support of X509 Certificate. This works well for implementing "classic connected" application (especially web one based on client/server model) but for writing modern Internet of Things (IoT) application too much critical (D)TLS features are missing and there is not so much obvious alternative.

The repository is an attempt for IoT Java Developers to collectively improve this situation. It aims to provide an detailed view of the situation, identifying :

And then maybe find collective solutions to those problems.

Most of the content will be created as wiki page in a first time. If you want to address a particular topic, do not hesitate to create an issue.

About

A project to list (D)TLS problems faced by IoT Java Developers and ideally find way to improve the situation.