You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this ticket is to provide TLS authentication using a secure element. An example should be shown.
For this purpose the current tls implementation should be reworked to keep private key inside the tls module. API with the mender-client, mender-api and mender-storage modules will move.
The cryptoauthlib from Microchip will be used to interface the atecc608b secure element.
Tasks includes:
Management of private key inside the tls module
Selection of the tls implementation through CMake and KConfig files (choices should be mbedtls or cryptoaauthlib for atecc608b)
Creation of a new specific example to demonstrate the usage of the secure element
The purpose of this ticket is to provide TLS authentication using a secure element. An example should be shown.
For this purpose the current tls implementation should be reworked to keep private key inside the tls module. API with the mender-client, mender-api and mender-storage modules will move.
The cryptoauthlib from Microchip will be used to interface the atecc608b secure element.
Tasks includes:
References:
The text was updated successfully, but these errors were encountered: