Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add X509 support to Leshan Client #436

Closed
sbernard31 opened this issue Nov 15, 2017 · 3 comments
Closed

Add X509 support to Leshan Client #436

sbernard31 opened this issue Nov 15, 2017 · 3 comments
Labels
client Impact LWM2M client new feature New feature from LWM2M specification

Comments

@sbernard31
Copy link
Contributor

Security parameters can change dynamically at bootstrap, so several solutions :

  1. add to scandium a kind of interface like PskStore for X509 certificate.
  2. restart create a new DTLS connector if security parameters change.
@sbernard31 sbernard31 added client Impact LWM2M client new feature New feature from LWM2M specification labels Nov 15, 2017
@AlexITC
Copy link
Contributor

AlexITC commented Jan 16, 2018

if you are interested, we already support client certificates in our fork: https://github.com/artikcloud/leshan

@sbernard31
Copy link
Contributor Author

Thx @AlexITC, I will look at this.

Currently, I hesitate between the 2 solutions exposed above.

Solution 1. sounds better to me but this needs Californium modification.
That's why I begin to implement the 2. solution in #450.
But @boaks start to work on a very interesting way to handle 1. in Californium.
So I waiting to know where to go :).

@sbernard31
Copy link
Contributor Author

It should be fixed by #565.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Impact LWM2M client new feature New feature from LWM2M specification
Projects
None yet
Development

No branches or pull requests

2 participants