AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

Configuration of DTLS using MbedTLS #52

Closed tissoudali closed 3 years ago

tissoudali commented 3 years ago

Hello, I am interested in using Anjay library to define my LWM2M client, between the request that I have:

tissoudali commented 3 years ago

@dextero

dextero commented 3 years ago

Sorry, I'm not maintaining this library for some time now. @kFYatek, could you help?

kFYatek commented 3 years ago

Our glue code for Mbed TLS integration can be found at https://github.com/AVSystem/avs_commons/tree/master/src/crypto/mbedtls and https://github.com/AVSystem/avs_commons/tree/master/src/net/mbedtls.

If you want to use a secure element with the open source version, that would require custom modifications to the code. However, integration with hardware-based cryptography modules is available in the commercial version of Anjay. You can read a bit more about it in this blog post: https://www.avsystem.com/blog/hardware-security-module-support-in-anjay/

Please contact sales@avsystem.com if you're interested.